Forum Moderators: coopster
I was looking for the good regexp, pattern I should use if i want to find this expression in a text file, string using preg_match
I would first to find this expression in a string where
"username" is always changing :
class="blue" value="username"
Once this expression found, I want to
receive the "username" withou the " "
all alone in a string...
I'm lost with the regexp, could someone help me.
Thanks,
Sebastien