regular expressions and returns

Dar Scott dsc at swcp.com
Fri Sep 12 11:28:00 EDT 2003


On Friday, September 12, 2003, at 10:02 AM, Keith Martin wrote:

> How do I specify: 'literal string', 'one or more return characters', 
> 'literal string' ..?

Like this, maybe?

abc\n+def

Or use the line-end symbols.

Dar Scott




More information about the use-livecode mailing list