PennController for IBEX › Forums › Support › Combing text and regex in test.text() › Reply To: Combing text and regex in test.text()
June 7, 2021 at 12:26 pm
#7032
grusha.prasad
Participant
Thank you so much for the quick and helpful response! Just a note in case someone sees this in the future: I had to replace "\s+\w+"
with "\\s+\\w+"
. But once I did that, this worked perfectly.