How to remove extra spaces between text in Notepad++? Unicorn Meta Zoo #1: Why another...
"My boss was furious with me and I have been fired" vs. "My boss was furious with me and I was fired"
Philosophical question on logistic regression: why isn't the optimal threshold value trained?
First instead of 1 when referencing
How to not starve gigantic beasts
Mistake in years of experience in resume?
Will I lose my paid in full property
Island of Knights, Knaves and Spies
Why do games have consumables?
A Paper Record is What I Hamper
Check if a string is entirely made of the same substring
How can I wire a 9-position switch so that each position turns on one more LED than the one before?
Crossed out red box fitting tightly around image
What is this word supposed to be?
How to find the stem of any word?
Was Dennis Ritchie being too modest in this quote about C and Pascal?
Can I criticise the more senior developers around me for not writing clean code?
The weakest link
How long after the last departure shall the airport stay open for an emergency return?
`microtype`: Set Minimum Width of a Space
Can a stored procedure reference the database in which it is stored?
Drawing a german abacus as in the books of Adam Ries
Multiple fireplaces in an apartment building?
Scheduling based problem
Can a level 2 Warlock take one level in rogue, then continue advancing as a warlock?
How to remove extra spaces between text in Notepad++?
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraRemove empty lines and spaces in Notepad++?Remove all extra text before and after domain string per line in notepad++How to remove text that does not contain spaces from a delimited string in Notepad++Notepad++ Remove Text after StringHow to remove extra invisible character in a text editorHow can I improve window/session/instance/tab/file management and organization in notepad++?Notepad++ highlight text between keywordsnotepad++ changing a URLRemove everything except what is in brackets?Removing extra spaces
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I want to remove all extra spaces between text. Codebeautify gives me exactly what I'm looking for. How would I go about doing that in Notepad++? I’m having trouble finding a way to describe this precisely; see the link and use the sample or type a bunch of random words with 20 to 50 spaces between them.
https://codebeautify.org/remove-extra-spaces
notepad++
New contributor
add a comment |
I want to remove all extra spaces between text. Codebeautify gives me exactly what I'm looking for. How would I go about doing that in Notepad++? I’m having trouble finding a way to describe this precisely; see the link and use the sample or type a bunch of random words with 20 to 50 spaces between them.
https://codebeautify.org/remove-extra-spaces
notepad++
New contributor
2
Please, edit your question and add sample text and expected result. A link to an external site doesn't help.
– Toto
23 hours ago
add a comment |
I want to remove all extra spaces between text. Codebeautify gives me exactly what I'm looking for. How would I go about doing that in Notepad++? I’m having trouble finding a way to describe this precisely; see the link and use the sample or type a bunch of random words with 20 to 50 spaces between them.
https://codebeautify.org/remove-extra-spaces
notepad++
New contributor
I want to remove all extra spaces between text. Codebeautify gives me exactly what I'm looking for. How would I go about doing that in Notepad++? I’m having trouble finding a way to describe this precisely; see the link and use the sample or type a bunch of random words with 20 to 50 spaces between them.
https://codebeautify.org/remove-extra-spaces
notepad++
notepad++
New contributor
New contributor
New contributor
asked yesterday
DеаthDеаth
61
61
New contributor
New contributor
2
Please, edit your question and add sample text and expected result. A link to an external site doesn't help.
– Toto
23 hours ago
add a comment |
2
Please, edit your question and add sample text and expected result. A link to an external site doesn't help.
– Toto
23 hours ago
2
2
Please, edit your question and add sample text and expected result. A link to an external site doesn't help.
– Toto
23 hours ago
Please, edit your question and add sample text and expected result. A link to an external site doesn't help.
– Toto
23 hours ago
add a comment |
1 Answer
1
active
oldest
votes
Here a workaround that work on most of the software :
Open the "Search and Replace" function (CTRL+H), in the "Search" field type two space " " and in the "Replace" field type one space " " then click on "Replace All" button as many time as you need to replace all the useless space (0 occurrences found).
New contributor
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Dеаth is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1429211%2fhow-to-remove-extra-spaces-between-text-in-notepad%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Here a workaround that work on most of the software :
Open the "Search and Replace" function (CTRL+H), in the "Search" field type two space " " and in the "Replace" field type one space " " then click on "Replace All" button as many time as you need to replace all the useless space (0 occurrences found).
New contributor
add a comment |
Here a workaround that work on most of the software :
Open the "Search and Replace" function (CTRL+H), in the "Search" field type two space " " and in the "Replace" field type one space " " then click on "Replace All" button as many time as you need to replace all the useless space (0 occurrences found).
New contributor
add a comment |
Here a workaround that work on most of the software :
Open the "Search and Replace" function (CTRL+H), in the "Search" field type two space " " and in the "Replace" field type one space " " then click on "Replace All" button as many time as you need to replace all the useless space (0 occurrences found).
New contributor
Here a workaround that work on most of the software :
Open the "Search and Replace" function (CTRL+H), in the "Search" field type two space " " and in the "Replace" field type one space " " then click on "Replace All" button as many time as you need to replace all the useless space (0 occurrences found).
New contributor
New contributor
answered 22 hours ago
ClementAClementA
262
262
New contributor
New contributor
add a comment |
add a comment |
Dеаth is a new contributor. Be nice, and check out our Code of Conduct.
Dеаth is a new contributor. Be nice, and check out our Code of Conduct.
Dеаth is a new contributor. Be nice, and check out our Code of Conduct.
Dеаth is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1429211%2fhow-to-remove-extra-spaces-between-text-in-notepad%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
Please, edit your question and add sample text and expected result. A link to an external site doesn't help.
– Toto
23 hours ago