Wildcard to find a line with more than 35 characters

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
 
E

Evi

Larry, you are a star! Thank you.
Evi
Larry said:
This will help get you started. Look for this:

^13[!^13]{36,}

Larry



Evi said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top