So i have this simple text:
To activate your account click the link below:
https://tbeyfee-gkg9834636j-gergity3yu3hgge-drgengo9476y3ltjne
If the above URL does not work try copying and pasting it into your browser. If you continue to have problem please feel free to contact us.
If you have any questions, please do not hesitate to contact your account manager directly or email us at info@logger.com and we'll get right back to you.
Thanks again for choosing logger.
Kind regards,
The Logger Team
What would be the simple way to catch this https
link ?
This is what i have try:
val str = "" // This is my string.
val pattern = new Regex("^https.*$")
println(pattern.findAllIn(str))