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

[Request] Regexes #48

Closed
danthe1st opened this issue Oct 2, 2023 · 1 comment
Closed

[Request] Regexes #48

danthe1st opened this issue Oct 2, 2023 · 1 comment

Comments

@danthe1st
Copy link
Contributor

I think dev.java should contain an article on regexes.

Specifically, I would suggest that such an article includes:

  • What are regexes?
  • How can regexes be used in Java?
    • using String methods (matches/replaceAll/split)
    • Compiling Patterns
    • using Matcher for finding occurences in Strings, working with groups, etc.
  • quick overview on regex features
@Just-some-one
Copy link

Just-some-one commented May 27, 2024

Hello @danthe1st

there already tutorial for that

but i guess it would be nice to add extra lecture about the performance impact

and have a nice day :)

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

No branches or pull requests

2 participants