This is disconcerting.
I have a pretty normal text file containing spaces.
If I search (F5) for a single space it finds all the instances.
If I search for two or more consecutive spaces it does not find anything, but I am pretty sure there are consecutive spaces.
If instead of pressing the space bar twice I copy-paste two consecutive spaces from the text then it finds them.
Same for Replace (F8).
Cannot find or replace two or more spaces
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
Re: Cannot find or replace two or more spaces
Seems likely that some of your space characters are tabs. You can easily confirm that by turning on visible spaces.
To find one or more mixed space characters, search for "\s+" and turn on regular expressions.
To find one or more mixed space characters, search for "\s+" and turn on regular expressions.
Re: Cannot find or replace two or more spaces
I thought so, but I was confused because it seemed that one space would find them all.
Now I cannot reproduce the problem in another file, therefore you are most likely right.
Thank you
Now I cannot reproduce the problem in another file, therefore you are most likely right.
Thank you