The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5.
英
美
- 如果只是简单的替代或者是搜寻,建议使用一般的字串函式,但是如果是比较复杂的操作,建议使用正规表示式来解决问题。