[Feature Request] RegEx for UDL
-
Would it be possible to get RegEx support for UDL styling?
As is using RegEx to define groups, then you would be able to style the different groups?like:
Text1$Text2|Text3
with the given RegEx:
^(.)+$(.)+|(.)+$
Would give me groups:
0: Text1
1: Text2
2: Text3
Now I would be able to style these groups Individually.I don’t know if this is to right place to ask for features, if it’s not please let me know and direct me in the right direction :)