Created
December 30, 2022 16:40
-
-
Save Elerphore/f3ea099bfa427fbf1bcad6daa2be3139 to your computer and use it in GitHub Desktop.
Regex which should inline a string with only one capital letter with no numbers and digits.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ^[а-я]*[А-Я]{1}[а-я]*$ |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Testet in on: https://regex101.com
With this cases: