hi ,
can anyone tell how to define AND operator by regular expression.
Actually I want to return match if and only if 2 substrings will appear in string.
For example i have string "Successful Logon: User Name: Administrator Domain: Logon ID: (0x0,0x154CB759) Logon Type:2 Logon Process: Advapi Authentication Package: MICROSOFT_AUTHENTICATION_PACKAGE_V1_0 Workstation Name: LC2KEDS1"
and match should be return only for Administrator and Logon Type:2 if anyone of this found match should not return
it only return when both will be there