Regex tutorial / construction site that can be used in Knime

Hi @kamtaot

My number one tip:

Go to regex101.com and build your expression there. Click on Code Generator → Java and copy paste the contents of the final String regex into KNIME. This is automatically formatted in such a way that it is always compatible with KNIME. It just takes a few seconds :wink:

5 Likes