Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.

Provide RegExp flags in content fragment models

Avatar

Level 1

10/3/24

Request for Feature Enhancement (RFE) Summary:

Provide the ability to specify the flags for RegExp in content fragment models for custom validation regex.

 

This can be a mulit-select combobox offering the following flags:

 

global

insensitive

multiline

single line (dotall)

unicode

sticky

(screenshot attached, add combobox under custom regex with these options, that would simplify the regex and enable new possibilities)

Use-case:

We have 2500+ clients that we serve using multi-tenancy. We are using content fragments and headless to deliver that content. We have contractual obligations with a major client that requires us to provide a completely white-labelled experience, from logos to copy. This means that there can be no mention of my company name anywhere in the content. Violations carry a $5M fine.

Current/Experienced Behavior:

Today, it is not possible to specify these flags, so handling things such as case sensitivity is unmanageable, and matching patterns across multiple lines is impossible.

(screenshot attach of a hacky, unmanageable regex that only works on single lines)

Improved/Expected Behavior: Adding this additional field, and reading it in the new RegExp constructor on the front end will provide the validation necessary to prevent content authors from accidentally creating a violation. (screenshot attached - add second argument toRegExp with flags)
Environment Details (AEM version/service pack, any other specifics if applicable): 2024.9.17964.20240924T170544Z
Customer-name/Organization name: United Health Group
Screenshot (if applicable):  
Code package (if applicable):  
3 Comments

Avatar

Employee

10/4/24

@Kinbaum , thank you for the very detailed request. Makes sense. Hasn't come up before but understood. To confirm, general request is to support regex flags, right? Meaning if we wanted to avoid UI complexity (multi-select combo boxes), supporting adding flags in the current regex field in content fragment model editor, with defined and documented syntax, like abc/ig for adding flags i and g, that might suffice, right? 

Avatar

Administrator

10/8/24

@Kinbaum Thanks for proposing this idea.

This has been reported to the engineering under the internal reference SITES-26021. The product team will triage this request to verify feasibility based on the prioritization model. This post will be updated according to Jira's status.