match and match all..how to get the correct match for value "1.1" inside a string?
in
Programming Questions
•
1 year ago
Hi, I am looking if a string is inside another string, but matchAll returns more results than desired , It seems that is has to be with regular expressions and dot...
how to get the correct result if I am looking for the string "1.1" inside a big string?
thank you
1