regexMatcher in String Manipulation KNIME
问题 I'm trying to use regexMatcher from String Manipulation in KNIME but it doesn't work. I'm writing the following: regexMatcher($Document$,"/\w") when I want to extract all sentences that have /s or /p or w/p or /200. However even though I have such cases in my table nothing is retrieved. I will appreciate your help. 回答1: I got the following: |Document |isOK |other|strict| |--------------|-----|-----|------| |Some /p with q|True |False|False | |/200 |True |True |False | |/p |True |True |True |