Clovertech
› Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › matching two strings in SMAT regular expression search
Hi all,
I’m wanting to match both the string ‘PROGRIS’ and ‘HBOC’ in a smat search. Not either or, but both must be present. What’s the regular expression for that?
Thanks in advance
Well, if you know if they will be in that order in the message, you could use “PROGRIS.*HBOC”.