嘿,我可以清理一個PHP的preg_match從這個:PHP的清理正則表達式
preg_match_all("/(".$this->reg['wat'].")?(".$this->reg['wat'].")?(".$this->reg['wat'].")?(".$this->reg['wat'].")?(".$this->reg['wat'].")?(".$this->reg['wat'].")?(".$this->reg['wat'].")?/",$value,$match);
看起來像這樣:
preg_match_all("/
(".$this->reg['wat'].")?
(".$this->reg['wat'].")?
(".$this->reg['wat'].")?
(".$this->reg['wat'].")?
(".$this->reg['wat'].")?
(".$this->reg['wat'].")?
(".$this->reg['wat'].")?
/",$value,$match);
現在每空間,它算作一個靈打破這樣它不會在搜索時返回任何發現。但它看起來更乾淨,更容易閱讀,爲什麼我問你知道。我正在尋找在正則表達式中關閉「/」後添加的那些字母之一。感謝
提供了一個真實的例子 – 2010-04-26 05:41:30