Hello I have a simple regex which should check if string ends with milliseconds (DOT, NUMBER, NUMBER, NUMBER, END OF STRING)
I set regex .\d{3}
and check it in several ways and this always returns false (even if there is pattern on the end):
Any idea whay this does not work? It works well on https://regex101.com/