core.noscript.text
Looking for syntex to parse data from (aaa) to aaa, another example (2842hgd )aaa to 2 columns with values: 2842hgd and aaa
Could you just use the Text to Columns Tool? with '()' as the separator?
Hi, @mlozovskaya
Maybe this is your want by Tokenize mode?
[[:alnum:]]+(?=\s*\)|$)
BTW, If your string have space between front and back char in brackets like 『(abc 123)』, then the expression need to modify.