I have this code:
$tags = preg_match_all('~%([a-zA-Z0-9]+)\.([a-zA-Z0-9]+)%~', $text, $matches);
It works great but I would like to be able to add the "_" character and I don't know how.
I will be looking forward to some answer!
Peter
|
I have this code:
It works great but I would like to be able to add the "_" character and I don't know how. I will be looking forward to some answer! Peter |
|||||||||
|
|
Just add them to the permitted chars in each group?:
|
|||
|
|