S
shapper
Hello,
Could someone, please, tell me the regex expression to split:
"$String1{Id1}$ | $String2{Id2}$ ( $String3$ )"
Into:
"String1{Id1}", "String2{Id2}" and "String3"
And then "String1{Id1}" into:
"String1", "Id1", ...
Thanks,
Miguel
Could someone, please, tell me the regex expression to split:
"$String1{Id1}$ | $String2{Id2}$ ( $String3$ )"
Into:
"String1{Id1}", "String2{Id2}" and "String3"
And then "String1{Id1}" into:
"String1", "Id1", ...
Thanks,
Miguel