Hello everyone,
This is my string which is mailbody;
E-posta adresinizi doğrulama işlemine devam edebilmek için aşağıdaki kodu kullanabilirsiniz.
Doğrulama kodu:
155036
Bu e-posta, talebiniz dışında iletildiyse lütfen musterihizmetleri@kariyer.net e-posta adresi veya 0(216) 468 76 00 numaralı telefon üzerinden bizimle iletişime geçin.
In order to get “155036” , I have used this regex expression;
System.Text.RegularExpressions.Regex.Match(mailBody, “(?<=kodu:\n\n).*”).ToString
When it comes to using it in Uipath, It gives me an empty string
Is there any idea what might be the problem?
Thanks in advance