|
|
Browse by Tags
All Tags » php » string
-
Hi there,
After hours of searching i found nothing that worked. I've got the following string and i want to match all parts between single quotes. It has to deal with user input so the next example is valid: (the both outer double quotes are to show what the sentence is)
"hello world, this is a 'quoted string' using ...
-
Hello,
I'm working with my site and have a problem hopefully you could help solve.
I'm programming in PHP language. What I have is a string like this:
0001=hello
0002=my name
is tom
0003=i'm from
0004=Poland
What I would like to acomplish is to have an array looking like this:
array[0] = ...
|
|
|