Dim S As String
S = "..."
If S.IndexOf("7") > -1 AND S.IndexOf("5") > -1 Then ...
I believe so. Though it will not cover the basic of general regular expressions, as their are many online tutorials.will there be a tutorial for matcher and regex?