Monday 17 January 2022

remove whitespace in sumblime text 3

 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