regex split no variables

I’m trying to follow the examples for regex split but not successful:

String trying to split: AirFilter2Restriction => into Air Filter Restriction

Regex that works on regex101.com: ([A-Z]+[a-z]+)

what do I need to add for each split? I’ve tried many variations of brackets.

thanks

hi @ksouthall2 and Welcome to the KNIME World,

get this node from the Palladian extension:

This configuration works…

Greetz, Tommy

4 Likes

This is great, thank you!

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.