I tried to use text.matches command in G1ANT but it gives the error that text.matches command not found.
text.matches ‴Name: John Surname: Smith‴ regexes \wn.mE
dialog ♥result
I tried to use text.matches command in G1ANT but it gives the error that text.matches command not found.
text.matches ‴Name: John Surname: Smith‴ regexes \wn.mE
dialog ♥result
G1ANT removed the text.matches
command from G1ANT.Addon.Core because it was unnecessary and the same thing can be done using the text.find command.
For example:
text.find text ‴Name: John Surname: Smith‴ regex ‴\wn.mE‴
dialog ♥result