How to Remove Spaces in Microsoft notepad ?
Example Text :
____________________________________
I am an user in Brainly
Brainly is a nice app
______________________________
How to remove the space between that two lines
#Note: In microsoft notepad, not notepad++
#Question only for computer experts
#No spamming
#Content Quality Answer
#Challenge to stars and mods
- Pratheek
Answers
Answer:
To get rid of leading space(s) and all empty lines (even if the empty line contains spaces or tabs)
To get rid of leading space(s) and all empty lines (even if the empty line contains spaces or tabs)Go to Search -> Replace
To get rid of leading space(s) and all empty lines (even if the empty line contains spaces or tabs)Go to Search -> ReplaceSelect "Regular expression" under Search mode.
To get rid of leading space(s) and all empty lines (even if the empty line contains spaces or tabs)Go to Search -> ReplaceSelect "Regular expression" under Search mode.Use ^\s* for "Find what" and leave "Replace with" blank.
To get rid of leading space(s) and all empty lines (even if the empty line contains spaces or tabs)Go to Search -> ReplaceSelect "Regular expression" under Search mode.Use ^\s* for "Find what" and leave "Replace with" blank.Click Replace all
To get rid of leading space(s) and all empty lines (even if the empty line contains spaces or tabs)Go to Search -> ReplaceSelect "Regular expression" under Search mode.Use ^\s* for "Find what" and leave "Replace with" blank.Click Replace allRegex explanation:
Explanation:
PLZ MARK ME AS BRAINLIEST FRIEND IF IT HELPS U
Answer:
To delete all space in the file , replace '+' with" (quotes only for demonstration , please remove them) . you need to have the checkboxs " regular expression " checked.