I have a project with terminal, but i need to use regex into labeled, because de terminal change in the time.
Example:
Yesterday
Labeledby = “Usuario:”
Today
Labeledby = “Usuario …:”
I want to use
“^Usuario(\s?|\S+)*:$”
Properties
Please, help me.