How to split with Regex

Hi @Grayfox and welcome to the KNIME community.

You can use Regex Split node with this expression:
(.*)\.(.*)

You can also read more about the application of regex in KNIME here:
https://blog.statinfer.com/regex-in-knime-what-a-functionality-booster/

Best,
Armin

P.S.

7 Likes