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
Je tam obojí. Grepnul jsem toto, ale často je to na začátku věty:
$ grep -r '\bv[aá]š' | wc -l 31 $ grep -r '\bV[aá]š' | wc -l 218
Originally posted by @McLaynV in #91 (comment)
The text was updated successfully, but these errors were encountered:
U váš jsem zapomněl ještě na vás, takže regexy jsou takto:
váš
vás
$ grep -r '\bV[aá][sš]' . | wc -l 226 $ grep -r '\bv[aá][sš]' . | wc -l 29
Pak je tam ještě párkrát tvůj v různých tvarech. To by se taky mělo sjednotit na Váš.
tvůj
Váš
$ grep -ir '\btv[aeiouáéěíů]' . | wc -l 13
Sorry, something went wrong.
OK, souhlas.
No branches or pull requests
Je tam obojí. Grepnul jsem toto, ale často je to na začátku věty:
Originally posted by @McLaynV in #91 (comment)
The text was updated successfully, but these errors were encountered: