Hello. I need a regex expert to help create reggular expressions for me. I'll pay a dollar per solution and probably need help about once or twice a week. It could be more as my users need regex help too sometimes. Here is a trial example. I need a regex that matches this: <p class="ss-text-caption"\>(.*)<!--ss-art-subcol--> Code (markup): notice that (.*) is my attempt to mean dynamic content. Hope to find somone whos got the skills and doesn't mind building a relationship. I'd deposit 5.00 for 5 solutions and re-up every time we used the credits!
Is that backslash really supposed to be in there ? preg_match_all('#ss-text-caption">(.+?)<!--ss-art-subcol-->#si', $str, $matches); Code (markup):