1.0.0 • Published 11 years ago
regexp-match v1.0.0
regexp-match
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-matchtest
mochaAPI
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 commentliaowei08@gmail.comip
10.2.240.8url
http://127.0.0.1:5389/webapp1.0.0
11 years ago