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
+1-10Lines changed: 1 addition & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,4 @@ This provides a number of advantages:
12
12
* It gets on-going feedback.
13
13
14
14
15
-
Happy reading and practicing!
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.
15
+
[Happy reading and practicing!](https://github.com/JenniferFuBook/JavaScriptWeb/blob/master/JavaScript-web.md)
0 commit comments