Buying Need Regex Expert to be my friend for pay.

Discussion in 'Programming' started by adbox, Sep 29, 2010.

  1. #1
    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!
     
    adbox, Sep 29, 2010 IP
  2. joebert

    joebert Well-Known Member

    Messages:
    2,150
    Likes Received:
    88
    Best Answers:
    0
    Trophy Points:
    145
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    Is that backslash really supposed to be in there ?

    preg_match_all('#ss-text-caption">(.+?)<!--ss-art-subcol-->#si', $str, $matches);
    Code (markup):
     
    joebert, Sep 29, 2010 IP