Solved! Go to Solution.
Hi @Kcapron001
Would this work? Using Formula Tool, create a column with this formula
REGEX_Replace([Field],"^.*Schedule([^a-z]+).*$", "$1", 0)
This means - get everything that is not a lowercased letter after the word Schedule. Stop when you find a a lowercased letter.
Cheers,
User | Count |
---|---|
109 | |
89 | |
77 | |
54 | |
40 |