preg_match_all('/"(.+)"/U', $string, $result);
UroÅ Gruber wrote:
Hello!
I'm pulling my hair so please help.
I need correct regular expression to get string between "
but if I use 2 pair of " must also work
"this is" "some kind" "of a test"
matches would be
this is some kind of a test
I hope somebody have and idea, because I can only get one or everything from first " to the last one.
regards Uros
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php