1
luikore 2013-07-06 21:26:33 +08:00
apple =~ /[asd]/
|
2
Mutoo 2013-07-06 21:58:25 +08:00
javascript case:
/[asd]/.test("apple"); // true |
3
013231 2013-07-06 22:02:27 +08:00
正则表达式30分钟入门教程: http://deerchao.net/tutorials/regex/regex.htm
|
4
explon 2013-07-06 22:08:56 +08:00
为什么楼上的第一反映都是正则?
Javascript: indexOf() PHP: strstr() |
6
nazor OP 谢谢大家 发现一个个找的效率还可以
|