UNPKG

regs

Version:

Useful regular expressions for JavaScript

8 lines (7 loc) 207 B
{ "yeoman": "<%=?\\s([^%>]*)\\s%>", "trim": "^[\\s]*(.*?)[\\s]*$", "email": "([A-Za-z0-9._%+-]+)@([A-Za-z0-9.-]+).([A-Za-z]{2,10})", "githubIssue": "#(\\d+)", "markdownHeader": "^#\\s*([^#].*)$" }