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 native regular expression values #104

Open
kaidesu opened this issue Jan 30, 2022 · 0 comments
Open

Add native regular expression values #104

kaidesu opened this issue Jan 30, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@kaidesu
Copy link
Member

kaidesu commented Jan 30, 2022

Regular expressions can be passed through as strings.

pattern = "i need (.*)"

Let's support a native representation for regular expressions instead:

pattern = /i need (.*)/g
@kaidesu kaidesu added the enhancement New feature or request label Jan 30, 2022
@kaidesu kaidesu added this to the v1.0 Beta 2 milestone Jan 30, 2022
@kaidesu kaidesu self-assigned this Jan 30, 2022
@kaidesu kaidesu removed their assignment Oct 27, 2023
@kaidesu kaidesu removed this from the v1.0 Beta 2 milestone Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant