Skip to content

Commit 844361b

Browse files
committed
Updated ToDo
1 parent a9c9bd8 commit 844361b

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -323,15 +323,22 @@ EloquentRegex::start($yourString)->digitsRange(1, 5); // Matches from 1 to 5 dig
323323
- usernameLength: Set minimum and maximum length for the username part of the email.
324324
- dateFormat, timeFormat: Specify the format of date and time (e.g., MM-DD-YYYY, HH:MM).
325325
- Consider to register Patterns like options using key (name) => value (class) pairs (check performance) ✔️ (_No significant change before 50+ patterns_)
326+
- Return collection on get method if laravel is available.
326327

327328
- Write documentation (add credit for https://regexr.com/ and ChatGPT)
328-
- Return collection on get method if laravel is available.
329-
- Create quick start guide and add in Docs.
330-
- Add advanced usage section in Docs:
331-
- Options and Assertions: Detailed explanation of options, how to apply them, and their effects on patterns.
332-
- Filters in Extraction: Using options as filters during extraction and the types of filters available.
333-
- Regex Flags: Guide on applying regex flags to patterns for specialized matching behavior.
334-
- Grouping and Capturing: How to use groups (capturing and non-capturing) and apply quantifiers to them.
329+
- Create quick start guide and add in Docs.
330+
- Add advanced usage section in Docs:
331+
- Options and Assertions: Detailed explanation of options, how to apply them, and their effects on patterns.
332+
- Filters in Extraction: Using options as filters during extraction and the types of filters available.
333+
- Regex Flags: Guide on applying regex flags to patterns for specialized matching behavior.
334+
- Grouping and Capturing: How to use groups (capturing and non-capturing) and apply quantifiers to them.
335+
- Add section in docs for "lazy" method
336+
- Add in docs sections:
337+
- Testing and Debugging
338+
- Credits
339+
- Contributing
340+
- FAQs
341+
- Creating new patterns
335342

336343
##### Coming next
337344

0 commit comments

Comments
 (0)