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

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -