Hi thtan,
there is e.g. the integrated Regex Split or the String Manipulation nodes which support working with regexes.
Then there is the Column Expressions node which has regex functions (unfortunately this is very slow compared to the nodes mentioned above, especially noticeable when running through big tables or loops)
As a heavy regex user I was not very happy with each of them (especially the missing feedback or preview), so I’ve built the Regex Extractor node which is available in the Palladian extension. More info here:
Hope this helps!
Philipp