Skip to content

Commit

Permalink
regex
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeMoonki committed Feb 2, 2018
1 parent 5fa52cf commit 837f5d5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion References.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,17 @@ It include about series of getElement* methods on certain Element
and include attributes, className so on (related to control an element)
https://developer.mozilla.org/en-US/docs/Web/API/Element

#Regular Expressions
#Regular Expressions Mozilla
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions
#Regular Expression Explain
https://regexone.com/

#Regular Expression Test Site
https://regexr.com/
#Regular Expression Display
https://regexper.com/#%2F%5B%5E0-9%5D%2Fg




// Other references
Expand Down

0 comments on commit 837f5d5

Please sign in to comment.