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
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,5 +11,14 @@ This provides a number of advantages:
11
11
* It speeds up the writing process.
12
12
* It gets on-going feedback.
13
13
14
+
Happy reading and practicing!
14
15
15
-
[Happy reading and practicing!](https://github.com/JenniferFuBook/JavaScriptWeb/blob/master/JavaScript-web.md)
16
+
17
+
## Regular Expressions
18
+
Regular expressions are patterns used to match character combinations in strings. It is extremely effective for searching, manipulating, and validating strings.
19
+
20
+
[A Practical Guide to Regular Expressions](https://blog.bitsrc.io/a-beginners-guide-to-regular-expressions-regex-in-javascript-9c58feb27eb4) is comprehensive with handson examples.
21
+
22
+
[Lookbehind and Lookahead](https://itnext.io/whats-new-in-javascript-google-i-o-2019-summary-d16bd2308412) are the latest additions to the Regular expression family.
23
+
24
+
[Online Regular Expression Tester and Debugger](https://regex101.com/) is a convenient tool to test out specific regular expressions.
0 commit comments