How can block characters in rxjs pattern?

Viewed 26

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)

0 Answers
Related