Thank you so much @gcusello . It will be very helpful Another question... How can I use regex to search the information that can come in other ways? Should I use conditions AND/OR? Let's suppose that this field can have the hostname (characters + numbers) or IP Address (numbers). How can I do this in the same regex? The message should be: ...from address 192.168.10.100 to activate DCOM server... OR ...from computer 192.168.10.100 to activate DCOM server... OR ...from computer PCSCAX02 to activate DCOM server... I can do this running regex three times with separated expression, but I think this is not a "smart way" to code 😕 Thanks Br.,
... View more