Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

regexp-match

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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.

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

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-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

Keywords

regexp

FAQs

Package last updated on 15 Mar 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts