Regex

General questions about using WildEdit

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
sultaz
Posts: 1
Joined: Sun Jan 09, 2005 2:32 am
Contact:

Regex

Post by sultaz »

I have used TextPad for some time, but am new to using Wildedit. I see this regex post is pretty popular. Is there a good link that I can reference to learn what some of these syntax's are? Example: The Regex code for a space or multiple spaces.

I would appreciate any help that can be give.
mo
Posts: 306
Joined: Tue Mar 11, 2003 1:40 am

Post by mo »

I will anticipate that you will be told to get hold of:


O'Reilly:Mastering Regular Expressions by Friedl
Best Wishes!
Mike Olds
User avatar
bbadmin
Site Admin
Posts: 816
Joined: Mon Feb 17, 2003 8:54 pm
Contact:

Post by bbadmin »

While you're waiting for the O'Reilly book to be delivered :wink: you can get by with the following RE:
[[:space:]]+
(from Reference: Regular Expression Syntax, in WildEdit's help.)

Keith MacDonald
Helios Software Solutions
csalsa
Posts: 20
Joined: Mon Jul 14, 2003 1:36 am

Post by csalsa »

For some good web sites on regular expressions, try
regular-expressions.info

For some background
Wiki Regular expression

And for a library of regular expressions
Regular expression library
User avatar
Bob Hansen
Posts: 1517
Joined: Sun Mar 02, 2003 8:15 pm
Location: Salem, NH
Contact:

Post by Bob Hansen »

Lots of background, history, links at Wikipedia
Hope this was helpful.............good luck,
Bob
Post Reply