I have a rxjs pattern for only numbers limited, I want to add to this pattern condition: Can't contain English letters:
[^0-9\s]
(I need to enable new languages)
I have a rxjs pattern for only numbers limited, I want to add to this pattern condition: Can't contain English letters:
[^0-9\s]
(I need to enable new languages)