#fix : fixed broken links

fixed the links at the bottom of the page as they were placed inside code blocks, also fixed internal links
pull/268/head
Suyash Shrestha 4 years ago committed by GitHub
parent 97f84bf65f
commit fe23dba5f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,7 +25,7 @@
- [Creating a pattern with RegExp Constructor](#creating-a-pattern-with-regexp-constructor)
- [Creating a pattern without RegExp Constructor](#creating-a-pattern-without-regexp-constructor)
- [RegExpp Object Methods](#regexpp-object-methods)
- [Testing for a match](#testing-for-a-match)
- [Testing for a match](#testing-for-a-match)
- [Array containing all of the match](#array-containing-all-of-the-match)
- [Replacing a substring](#replacing-a-substring)
- [Square Bracket](#square-bracket)
@ -108,7 +108,7 @@ let regEx= new RegExp('love','gi')
Let see some of RegExp methods
#### Testing for a match
#### Testing for a match
*test()*:Tests for a match in a string. It returns true or false.
@ -517,7 +517,7 @@ distance = 12
[{word:'I', count:3}, {word:'teaching', count:2}, {word:'teacher', count:2}]
```
```
🎉 CONGRATULATIONS ! 🎉

Loading…
Cancel
Save