Skip to content

Commit e415907

Browse files
committed
Updated ToDo list
1 parent f3e5f5d commit e415907

File tree

1 file changed

+2
-27
lines changed

1 file changed

+2
-27
lines changed

README.md

Lines changed: 2 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1173,41 +1173,16 @@ To stay updated, follow the GitHub repository for the latest changes, releases,
11731173

11741174
##### To Do
11751175

1176-
- Return captured groups while using `group()` method with `get()`.✔️
1177-
- Remove default quantifier inside charSet.✔️
1178-
- Remove extra "[]" inside charSet.✔️
1179-
- Rename "allowChars" option to "onlyChars".✔️
11801176
- Add options for new patterns:
11811177
- Add `contains` and `notContains` options
11821178
- usernameLength: Set minimum and maximum length for the username part of the email.
11831179
- dateFormat, timeFormat: Specify the format of date and time (e.g., MM-DD-YYYY, HH:MM).
1184-
- Consider to register Patterns like options using key (name) => value (class) pairs (check performance) ✔️ (_No significant change before 50+ patterns_)
1185-
- Return collection on get method if laravel is available.✔️
11861180
- Add builderPattern methods list MD file and link from the Docs.
11871181
- Implement usage of named groups: `/(?P<year>\d{4})-(?P<month>\d{2})-(?P<day>\d{2})/`
1188-
- Add some tool for debuging options
1182+
- Create some tool for debuging options
11891183

1190-
- Write documentation
1184+
- Write documentation:
11911185
- Create quick start guide and add in Docs.
1192-
- Add advanced usage section in Docs:
1193-
- Options and Assertions: Detailed explanation of options, how to apply them, and their effects on patterns. ✔️
1194-
- Filters in Extraction: Using options as filters during extraction and the types of filters available. ✔️
1195-
- Options list ✔️
1196-
- Ensure digits / digit behavior. ✔️
1197-
- Regex Flags: Guide on applying regex flags to patterns for specialized matching behavior. ✔️
1198-
- Add advanced BuilderPattern methods:
1199-
- Grouping and Capturing: How to use groups (capturing and non-capturing) and apply quantifiers to them. ✔️
1200-
- Sets ✔️
1201-
- Lookaheads ✔️
1202-
- orPattern ✔️
1203-
- Raw methods ✔️
1204-
- Add section in docs for "lazy" method ✔️
1205-
- Add sections:
1206-
- Testing and Debugging ✔️
1207-
- Support ✔️
1208-
- Contributing (+STRUCTURE.md) ✔️
1209-
- Credits (add credit for https://regexr.com/ and ChatGPT) ✔️
1210-
- FAQs ✔️
12111186

12121187
##### Coming next
12131188

0 commit comments

Comments
 (0)