I’m trying to use the expression “(?<=JobNo: )+\\w+”. I tested it with
regex101.com and it works as it should. Grabbing the word after JobNo.
When placed in uPlan as is, the expression returns nothing. Without the “?<=”, i get “JobNo” and the following word. What can i do to get this to work?