Find and replace tabs or newline characters in Webstorm -
i want delete newline , tab characters in file using webstorm. how do this?
when using find/replace tool, make sure regex checked , use escape character codes locate necessary characters:
- \n = newline
- \t = tab
if leave replace line blank , select replace all, can delete instances of specified character.
Comments
Post a Comment