Skip to content

Instantly share code, notes, and snippets.

@leohxj
Created April 15, 2015 09:17
Show Gist options
  • Select an option

  • Save leohxj/354121f1340c5e9c20f9 to your computer and use it in GitHub Desktop.

Select an option

Save leohxj/354121f1340c5e9c20f9 to your computer and use it in GitHub Desktop.
JavaScript常用正则表达式
/<%([^%>]+)?%>/g; // 匹配<%,%>之间内容
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment