Created
April 15, 2015 09:17
-
-
Save leohxj/354121f1340c5e9c20f9 to your computer and use it in GitHub Desktop.
JavaScript常用正则表达式
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /<%([^%>]+)?%>/g; // 匹配<%,%>之间内容 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment