Reply To: need regexp for "everything except"

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf need regexp for "everything except" Reply To: need regexp for "everything except"

#56968
Bill Bertera
Participant

    match will be the entire pattern that was matched.

    sub1, sub2, etc… will contain what is put in ().

    I put 2 pairs of (), so $one will be the entire pattern ($a), $two will contain %label%, and $three is the string you’re looking for. if there was another () with more of the pattern that would be $four (if ‘four’ was added to the command).