Hi
I make regex for getting password from email : (?<=Your\sPassword:\n\n).*
where this part mail look like this
-------------------------
Your Password:
ehaguman
---------------------------
when i testing it in e-mail procesing it work
but when I try debugging it I don't get password. can someone tell me what I do wrong
I make regex for getting password from email : (?<=Your\sPassword:\n\n).*
where this part mail look like this
-------------------------
Your Password:
ehaguman
---------------------------
when i testing it in e-mail procesing it work
but when I try debugging it I don't get password. can someone tell me what I do wrong