In my work, I have to use regex a lot, but I do not know how to construct regex which can be used in Knime. Can anyone of you point me in the direction of regex tutorial or construction website which works readily once I prepare it in that site. I tried couple of sites but they are not readily implementable in Knime directly.
I know this is really not a knime related query directly but many of you may be already using it to construct the regex using some sites. Hence, requesting for help.
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