Dear All,
I need your assistance to correct the regex to get the appropriate information of the exceptions message.
(?>^---integration.error.code.\d++\----$)
I created the above regex to get the below bold exception count only, but I am also getting the second exception message equally because it contains the same string as well.
How to rewrite/fix the regex to get only the ---integration.error.code.8096----?
Regards,
Babar
Id Try: (integration.error.code.\d++) www.Regex101.com is a huge help to formulate and test these!
Hello @Chad T.
I am using the same and I am able to capture the required exception message but unable to make it strict only to the first exception message.
PurePath throwing 3 exceptions having the above excetion messages. I am intrested only in one common exception with the message ---integration.error.code.8096----.
I configured that exception only but still receive the above 3 messages. I tried many combinations but still struggling.
Regards,
Babar
Featured Posts