开发者

How to use logical operators in preg_replace() & preg_match in php

开发者 https://www.devze.com 2023-03-08 05:50 出处:网络
How to use \"&&\" and \"||\" in php functions like preg_repla开发者_如何学Goce & preg_match.You can use | as or in a regular expression.

How to use "&&" and "||" in php functions like preg_repla开发者_如何学Goce & preg_match.


You can use | as or in a regular expression.

^(abc|cde)\d$
0

精彩评论

暂无评论...
验证码 换一张
取 消