Skip to content

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
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.

2 participants