472,789 Members | 1,261 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,789 software developers and data experts.

replace space between strings: notepad ++

Suppose I've text file where:

aaa bbb
sss iii uuu
lds iie riowq urew

How can I replace empty space between the strings using notepad ++ such the output would be like this:
aaabbb
sssiiiuuu
ldsiieriowqurew

Thanks!
Nov 5 '14 #1
1 3454
Luuk
1,047 Expert 1GB
In the menu under 'Search' you will find 'Replace (Ctrl+H)'
After 'Find what:' type a space
After 'Replace with:' type no thing
Hit the 'Replace All' button...........
Nov 5 '14 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Bruno | last post by:
Hello, I don't know well XML and I can't figure out how to solve this problem .. I need to replace some strings inside a text using XSL and inside a for-each statement (the list of strings to...
6
by: Brett | last post by:
I've been trying different methods for replacing escaped strings. None work. I even have a custom Replace() method but still can't get what I need. Some of the characters I need to replace are:...
4
by: Lauren Wilson | last post by:
Hi folks, We have a need to replace sub strings in certain message text. We use the Office Assistant to display help and often use the imbedded formatting commands. Those of you who have used...
22
by: Brent | last post by:
I want to paste a lengthly text document into a web page and have it retain all of whitespace and line breaks. I first tried the <pretag but that didn't work because it doesn't wrap the text. I...
8
by: Joe Cool | last post by:
I need to map several columns of data from one database to another where the data contains multiple spaces (once occurance of a variable number or spaces) that I need to replace with a single...
5
by: Stijn VA | last post by:
Okee, the story goes like this: I have a string that can not contain spaces (It is retrieved from a externat application...) At first they replaced the spaces by '_' so somthing like "ABC DEF"...
7
by: a2rodger | last post by:
I am using the following code to replace spaces with "_" for my URL rewriting function. $url = urlencode(preg_replace("/\s/e" , "_" , $url)); It get thrown the following error and can't...
3
by: Ned White | last post by:
Hi All, To replace some substrings in a string value, i use Regex.Replace method mulptiple times like; strmemo = "new Data for user; Name:@@Name , Surname:@@Surname, Address:@@Address";...
2
n8kindt
by: n8kindt | last post by:
hey guys, i have a function that can recognize a space character in a string... how can i get it to replace a space with a underscore character Public Function RemoveSpaces(strInput As String) '...
1
by: alltech | last post by:
I have within cdata tags URL for example it would be www.thrifty.co.uk/cgi-bin....etc but when selecting the 'book' button i have it just gives blank page. Please help!!! Code shown below...
3
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: lllomh | last post by:
How does React native implement an English player?
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.