I’ve be struggling with partial string matching in Knime. Basically the task is to extract all records that follow this pattern: AAA111 (where A means any letter and 1 means any number its always 3 letters followed by 3 numbers)
Does anybody have any ideas how to resolve this? or experience working with partial matching in Knime?