Hello
I can do what i want for regex in an editor but I'm having trouble switching it over to use for JMP.
The following does what i need it do to in the editor
([E]|[e])[2]|(231)
i can't seem to get to work exactly like i need it to in JMP i got as far as the below
Regex( :TEXT, "(E2|e2|231\d?)", "\1" )
it will pick up E2 or e2 no problem but for 231 i need it to only extract when there is whitespace either side of it.
I have been looking through the community but can't find exactly what I need.
In an ideal world it will display all results in the column not just one?
I'm sure someone out there can tell me seconds how to do it
Alex is the name, Power BI/ SQL /JMP is my game