4 回答

TA貢獻1811條經驗 獲得超6個贊
(?=
費用)
(?=match this expression)(?=match this too)(?=oh, and this)

TA貢獻1798條經驗 獲得超7個贊
(?=.*word1)(?=.*word2)(?=.*word3)
.*
.*
/^(?=.*word1)(?=.*word2)(?=.*word3).*$/m
^
$
/^(?=.*\bword1\b)(?=.*\bword2\b)(?=.*\bword3\b).*$/m

TA貢獻1803條經驗 獲得超6個贊
pattern = "/A AND B/"
pattern = "/NOT (NOT A OR NOT B)/"
"/^(^A|^B)/"regexp_match(pattern,data)

TA貢獻1821條經驗 獲得超6個贊
(abc)|(bca)|(acb)|(bac)|(cab)|(cba)
- 4 回答
- 0 關注
- 4436 瀏覽
添加回答
舉報