Hello,
I am using this:
Does that (.+?) allow the underscore ?
From my results, I suspect it doesn't
To include the underscore, do I just add it like: (._+?) ?
Don't know why but I think this might be wrong.
I am using this:
Code:
preg_replace( somestuff (.+?) somestuff );
From my results, I suspect it doesn't
To include the underscore, do I just add it like: (._+?) ?
Don't know why but I think this might be wrong.
Comment