Closed Alexey-T closed 1 year ago
@User4martin regex \w.*(?<=\d)\d text .. test 123
\w.*(?<=\d)\d
.. test 123
currently it gives the compilation error. Is it working in some of your branches?
yes that will be working
@User4martin regex
\w.*(?<=\d)\d
text.. test 123
currently it gives the compilation error. Is it working in some of your branches?