UNPKG
regs
Version:
latest (0.3.0)
0.3.0
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
0.0.0
Useful regular expressions for JavaScript
github.com/dawsonbotsford/regs
dawsonbotsford/regs
regs
/
expressions.json
8 lines
(7 loc)
•
207 B
JSON
View Raw
1
2
3
4
5
6
7
8
{
"yeoman"
:
"<%=?
\\
s([^%>]*)
\\
s%>"
,
"trim"
:
"^[
\\
s]*(.*?)[
\\
s]*$"
,
"email"
:
"([A-Za-z0-9._%+-]+)@([A-Za-z0-9.-]+).([A-Za-z]{2,10})"
,
"githubIssue"
:
"#(
\\
d+)"
,
"markdownHeader"
:
"^#
\\
s*([^#].*)$"
}