Search found 3 matches

by Milonguero
Wed Sep 17, 2003 7:29 am
Forum: General
Topic: Regex stumper
Replies: 21
Views: 1791

Thankyou guys -I'm turning pink all over :D
by Milonguero
Tue Sep 16, 2003 12:38 pm
Forum: General
Topic: Regex stumper
Replies: 21
Views: 1791

Keith! You are so right. Sorry.

I had forgotten TextPad could handle POSIX format.
by Milonguero
Tue Sep 16, 2003 7:22 am
Forum: General
Topic: Regex stumper
Replies: 21
Views: 1791

I think this works (1 pass only :wink: ):

_*\(\([^"][^_"]*\)\|\("[^"]*"\)\)_+ => \1\n

where "_" should be read as space.

However, it cannot cope with syntaxerrors in the text to pass.

Time to work - :cry: