Dear All,
I have below regex for creating article Content Fragment
new RegExp("\\/mnt\\/overlay\\/dam\\/cfm\\/admin\\/content\\/v2\\/createfragment.html\\/content\\/dam\\/content-admin\\/(\\w)+\\/articles\\/[\\w|-]+\\/[\\w|\\s|-]+\\/([\\w\\d]){4}(\\/(\\w)+)?");
When we try to create the article CF under the path then it is not taking the bracket as the folder technology-and-activation-group-(taag)
http://localhost:4502/assets.html/content/dam/content-admin/global/articles/test/technology-and-acti...
Can you please help me here how to change the regex so that it will take bracket.