I'am a regex beginner and need your help with finding the right regex for my project in Notepad++
input :
hello@gmail.com
hello
hello23@gmail.com
larosa
output ( i need this ) :
hello@gmail.com:hello
hello23@gmail.com:larosa
I'am a regex beginner and need your help with finding the right regex for my project in Notepad++
input :
hello@gmail.com
hello
hello23@gmail.com
larosa
output ( i need this ) :
hello@gmail.com:hello
hello23@gmail.com:larosa