Answer the question
In order to leave comments, you need to log in
How to write a regexp condition?
$content = " + + + + + ";
$pattern = ____ тут regexp ____;
if (preg_match($pattern, $content, $matches) > 0) {
echo $matches[0];
}
$param_1
$param_2
*param_3
*param4_
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question