Recipe Filter with
OlivierAb
Registered Posts: 15 ✭✭✭✭
Hello,
I want to check if a variable in my dataset contains an uppercase letter. For this I want to use the "Sample / Filter" recipe with the following regular expression: [A-Z]
It does not work
I also tried to write the regular expression like this: / [A-Z] / or like this : ([A-Z ])
It also doesn't work
Thank you for your help, Olivier
Best Answers
-
-
.*[A-Z].* works
Thank you Damien
Answers
-
Thank you Damien
I did use a formula and it works.
But I would have liked to use the "Sample / Filter" recipe with the option "matches the regex"Olivier