Computer Science, asked by Anonymous, 8 months ago

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

Answered by brainliest35
6

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

Answered by rohit145393
1

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.

Similar questions