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 . (dot, almost any character) #11

Closed
SicroAtGit opened this issue Sep 5, 2021 · 0 comments
Closed

Add predefined character class . (dot, almost any character) #11

SicroAtGit opened this issue Sep 5, 2021 · 0 comments
Assignees
Labels
feature New feature
Milestone

Comments

@SicroAtGit
Copy link
Owner

SicroAtGit commented Sep 5, 2021

Matches any character up to \uFFFF except \r and \n.

@SicroAtGit SicroAtGit self-assigned this Sep 5, 2021
@SicroAtGit SicroAtGit added this to the 1.0 beta milestone Sep 5, 2021
@SicroAtGit SicroAtGit changed the title Add metacharacter . (dot) Add metacharacter . (dot, almost any character) Sep 5, 2021
@SicroAtGit SicroAtGit added the feature New feature label Sep 15, 2021
@SicroAtGit SicroAtGit changed the title Add metacharacter . (dot, almost any character) Add predefined character class . (dot, almost any character) Sep 17, 2021
SicroAtGit added a commit that referenced this issue Dec 30, 2021
Matches every character except line breaks (`\r` and `\n`).

In PureBasic this means:

- `Chr(1)` to `Chr(9)`

- `Chr(11)` to `Chr(12)`

- `Chr(14)` to `Chr(65535)`

Close #11
SicroAtGit added a commit that referenced this issue Dec 31, 2021
Matches every character except line breaks (`\r` and `\n`).

In PureBasic this means:

- `Chr(1)` to `Chr(9)`

- `Chr(11)` to `Chr(12)`

- `Chr(14)` to `Chr(65535)`

Close #11
SicroAtGit added a commit that referenced this issue Dec 31, 2021
Matches every character except line breaks (`\r` and `\n`).

In PureBasic this means:

- `Chr(1)` to `Chr(9)`

- `Chr(11)` to `Chr(12)`

- `Chr(14)` to `Chr(65535)`

Close #11
SicroAtGit added a commit that referenced this issue Dec 31, 2021
Matches every character except line breaks (`\r` and `\n`).

In PureBasic this means:

- `Chr(1)` to `Chr(9)`

- `Chr(11)` to `Chr(12)`

- `Chr(14)` to `Chr(65535)`

Close #11
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