Search found 1 match

by notreadbyhumans
Fri Jan 15, 2010 11:58 am
Forum: General
Topic: Line feeds inside a class expression
Replies: 1
Views: 399

Line feeds inside a class expression

I have the following which I want to use a regular expression to replace:

Some known text

some unknown text that includes an unknown number of line feeds (\n)

Some more known text

The problem I am having is with the unknown number and location of line feeds. I have tried various iterations of ...