You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-7Lines changed: 14 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -323,15 +323,22 @@ EloquentRegex::start($yourString)->digitsRange(1, 5); // Matches from 1 to 5 dig
323
323
- usernameLength: Set minimum and maximum length for the username part of the email.
324
324
- dateFormat, timeFormat: Specify the format of date and time (e.g., MM-DD-YYYY, HH:MM).
325
325
- 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.
326
327
327
328
- 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.
0 commit comments