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

feat: support rest of repetitions #2

Closed
hedhyw opened this issue Jun 14, 2022 · 2 comments
Closed

feat: support rest of repetitions #2

hedhyw opened this issue Jun 14, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@hedhyw
Copy link
Owner

hedhyw commented Jun 14, 2022

// x*?            zero or more x, prefer fewer
// x+?            one or more x, prefer fewer
// x??            zero or one x, prefer zero
// x{n,m}?        n or n+1 or ... or m x, prefer fewer
// x{n,}?         n or more x, prefer fewer

https://pkg.go.dev/regexp/syntax

Add them to the readme. Write unit tests.

@hedhyw hedhyw added documentation Improvements or additions to documentation good first issue Good for newcomers labels Jun 14, 2022
@hedhyw hedhyw self-assigned this Jun 14, 2022
@hedhyw hedhyw added enhancement New feature or request and removed documentation Improvements or additions to documentation labels Jun 14, 2022
@hedhyw hedhyw assigned thaithimyduyen and hedhyw and unassigned hedhyw and thaithimyduyen Jun 14, 2022
@hedhyw hedhyw changed the title Support rest of repetitions feat: support rest of repetitions Nov 9, 2022
@ryzheboka
Copy link
Contributor

Hi @hedhyw, can I work on this issue?

@hedhyw
Copy link
Owner Author

hedhyw commented Nov 29, 2022

Hi @hedhyw, can I work on this issue?

Sure! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants