E
Evi
I have some lines of poetry.
I want to find those lines which are more than 35 characters long.
If I use the wildcard search
?{35}
It selects a block of text 35 characters long but does not care if this is
several lines of text.
I need to select 35 characters which don't contain a paragraph mark but will
contain spaces.
Any ideas?
Evi
I want to find those lines which are more than 35 characters long.
If I use the wildcard search
?{35}
It selects a block of text 35 characters long but does not care if this is
several lines of text.
I need to select 35 characters which don't contain a paragraph mark but will
contain spaces.
Any ideas?
Evi