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
\D
Any character except the Unicode's character class:
Nd and those exceeding \uFFFF
Nd
\uFFFF
https://util.unicode.org/UnicodeJsps/list-unicodeset.jsp?a=%5B%3ANd%3A%5D&abb=on&esc=on&g=&i=
The text was updated successfully, but these errors were encountered:
Add predefined character class \D (no digit)
0b7aab6
Matches every character except digits (`0` to `9`). In PureBasic this means: - `Chr(1)` to `Chr(47)` - `Chr(58)` to `Chr(65535)` Close #23
06bce32
910c6f1
SicroAtGit
No branches or pull requests
Any character except the Unicode's character class:
Nd
and those exceeding\uFFFF
https://util.unicode.org/UnicodeJsps/list-unicodeset.jsp?a=%5B%3ANd%3A%5D&abb=on&esc=on&g=&i=
The text was updated successfully, but these errors were encountered: