Do ctrl + H
find all white space "\s+"
replace with newline "\n"
You may want CR "\r" or both "\r\n"
Simple way to find IP address
find digit 1-3
\d{1,3}.\d{1,3}.\d{1,3}.\d{1,3}
No comments:
Post a Comment