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
requested by @georgewatson
something like this, I guess:
<human> (lorem ipsum [dolor sit amet <bot> ])
The text was updated successfully, but these errors were encountered:
Should handle the following cases:
count('(') > count(')') count('[') > count(']') count('{') > count('}') count('<') > count('>') typeOf(count('"') / 2) != 'int' count('¡') > count('!') count('¿') > count('?')
Sorry, something went wrong.
Should possibly also handle the following case:
count(/<([A-Za-z]+) .*>/) != count(/<\/\1>/)
You could use the Unicode category values for an exhaustive list.
For example, all the opening punctuation is listed at https://www.sql-und-xml.de/unicode-database/ps.html
No branches or pull requests
requested by @georgewatson
something like this, I guess:
The text was updated successfully, but these errors were encountered: