Posted by M. Sokolewicz on 01/05/05 18:36
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
Navigation:
[Reply to this message]
|