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

Update documentation and add advanced usage section #5

Merged

Conversation

MaestroError
Copy link
Owner

  • Return captured groups while using group() method with get().✔️
  • Remove default quantifier inside charSet.✔️
  • Remove extra "[]" inside charSet.✔️
  • Rename "allowChars" option to "onlyChars".✔️

  • Add advanced usage section in Docs:
    • Options and Assertions: Detailed explanation of options, how to apply them, and their effects on patterns. ✔️
    • Filters in Extraction: Using options as filters during extraction and the types of filters available. ✔️
    • Options list ✔️
    • Ensure digits / digit behavior. ✔️
    • Regex Flags: Guide on applying regex flags to patterns for specialized matching behavior. ✔️

  • Add advanced BuilderPattern methods:
    • Grouping and Capturing: How to use groups (capturing and non-capturing) and apply quantifiers to them. ✔️
    • Sets ✔️
    • Lookaheads ✔️
    • orPattern ✔️
    • Raw methods ✔️
    • Add section in docs for "lazy" method ✔️

@MaestroError MaestroError merged commit 1a81d68 into maestro Mar 4, 2024
1 check passed
MaestroError added a commit that referenced this pull request Dec 27, 2024
…advanced-usage-section

Update documentation and add advanced usage section
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

Successfully merging this pull request may close these issues.

1 participant