Inequality with regular expressions
pnaik1
Registered Posts: 23 ✭✭✭✭
Hi all,
I am trying to implement following statement in Prepare recipe (formula):
Season >= "13*"
I know how to do it for equality operator but couldn't found a reference which talks about inequality with regular expressions. I tried few things but didn't get expected output or got an error.
Thanks!
Answers
-
Jurre Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS Core Concepts, Registered, Dataiku DSS Developer, Neuron 2022 Posts: 115 ✭✭✭✭✭✭✭
Hi @pnaik1
,That statement looks a bit odd.. What do you want to accomplish ? For checking regex statements i use https://regex101.com/ ,a reference is provided for in the bottom right corner.
And the formula language help section : https://doc.dataiku.com/dss/latest/formula/index.html
cheers
Jurre