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
+28-10Lines changed: 28 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Like what we're doing? Show your support with a quick star, please! ⭐
10
10
11
11
Want the same power directly in the browser? Check out the JS version: [SimplifiedRegex](https://github.com/MaestroError/simplified-regex) 🚀
12
12
13
-
Feeling overwhelmed by the documentation? With a ChatGPT Plus subscription, you can streamline your experience by utilizing the [EloquentRegex Assistant](https://chat.openai.com/g/g-CtG1m2bI7-eloquentregex-assistant) GPT 🤖
13
+
Feeling overwhelmed by the documentation? You can streamline your experience by utilizing the [EloquentRegex Assistant](https://chat.openai.com/g/g-CtG1m2bI7-eloquentregex-assistant) GPT 🤖
14
14
15
15
### Table of Contents
16
16
@@ -47,11 +47,11 @@ Feeling overwhelmed by the documentation? With a ChatGPT Plus subscription, you
47
47
- 💠 [Non-Capturing Groups](#non-capturing-groups)
48
48
- 💠 [Groups with quantifier](#groups-with-quantifier)
@@ -320,10 +320,10 @@ _Note: You can use `EloquentRegex::builder()->pattern()` if you need just build
320
320
321
321
Custom pattern builder supports a wide range of character classes and all special chars. Also, `literal` or `exact` method could be used to match exact string you need, or `char` method could be used to match exact character. The full list of pattern builder methods is comming soon. Before that, you can check this files out:
0 commit comments