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
![](https://www.pcibex.net/wp-content/uploads/2019/04/ibex-2-150x150.png)
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.