Skip to content
New issue

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

Add predefined character class \D (no digit) #23

Closed
SicroAtGit opened this issue Dec 31, 2021 · 0 comments
Closed

Add predefined character class \D (no digit) #23

SicroAtGit opened this issue Dec 31, 2021 · 0 comments
Assignees
Labels
feature New feature
Milestone

Comments

@SicroAtGit
Copy link
Owner

SicroAtGit commented Dec 31, 2021

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=

@SicroAtGit SicroAtGit added the feature New feature label Dec 31, 2021
@SicroAtGit SicroAtGit added this to the v1.0.0-beta milestone Dec 31, 2021
@SicroAtGit SicroAtGit self-assigned this Dec 31, 2021
SicroAtGit added a commit that referenced this issue Dec 31, 2021
Matches every character except digits (`0` to `9`).

In PureBasic this means:

- `Chr(1)` to `Chr(47)`

- `Chr(58)` to `Chr(65535)`

Close #23
SicroAtGit added a commit that referenced this issue Dec 31, 2021
Matches every character except digits (`0` to `9`).

In PureBasic this means:

- `Chr(1)` to `Chr(47)`

- `Chr(58)` to `Chr(65535)`

Close #23
SicroAtGit added a commit that referenced this issue Dec 31, 2021
Matches every character except digits (`0` to `9`).

In PureBasic this means:

- `Chr(1)` to `Chr(47)`

- `Chr(58)` to `Chr(65535)`

Close #23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

1 participant