We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey, I want to add cyrillic symbols support, but I have some questions.
Now I use custom formatCharacters for that and I have two variants.
I think it would be nice to add cyrillic symbols to a and A patterns. Thats very easy.
a
A
For example, I use this pattern /[А-Яа-яЁёA-Za-z]/. Guys from another cultures can add some additional symbols in it.
/[А-Яа-яЁёA-Za-z]/
The text was updated successfully, but these errors were encountered:
hello @cy6eria you use pattern={/[А-Яа-яЁёA-Za-z]/} ? (if react)
Sorry, something went wrong.
@yuritoledo hello. Yes, /[А-Яа-яЁёA-Za-z]/ for cyrillic and latin. /[А-Яа-яЁё]/ only for cyrillic.
/[А-Яа-яЁё]/
@cy6eria thank you :)
No branches or pull requests
Hey, I want to add cyrillic symbols support, but I have some questions.
Now I use custom formatCharacters for that and I have two variants.
I think it would be nice to add cyrillic symbols to
a
andA
patterns. Thats very easy.For example, I use this pattern
/[А-Яа-яЁёA-Za-z]/
. Guys from another cultures can add some additional symbols in it.The text was updated successfully, but these errors were encountered: