Skip to content

This is a regexp demo for javascript, hope it can help you learn RegExp

Notifications You must be signed in to change notification settings

douzi8/regexp-match

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

regexp-demo

This is a regexp demo for javascript, you can learn RegExp from next list.
You can submit code that you think it's useful for others.
And you also can submit issue if you have a problem with RegExp

install

npm install regexp-match

test

mocha

API

singleQuotes

Match single quotes

'a',
'a\'a',
'a\\'

doubleQuotes

Match double quotes

htmlStartTag

Match html start tag

<div>
<div class="cls">

htmlEndTag

Match html end tag

</div>

blockComment

/* block comment */

lineComment

// line comment

email

liaowei08@gmail.com

ip

10.2.240.8

url

http://127.0.0.1:5389/webapp

About

This is a regexp demo for javascript, hope it can help you learn RegExp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages