Re: preg_match Between Items
> Please explain the purpose of +? placed together. As I understand it, +
> matches one ore more and ? matches 0 or 1.
>
> Thanks!
> Matt
Putting the question mark makes the plus not be greedy - google "regex
greedy" for lotsa info.
Best Regards,
Aerik
|