Regular Expression Syntax Guide

A place to try and solve your RegEx problems.
Post Reply
TimInNY
Posts: 3
Joined: Wed Sep 04, 2013 11:46 pm

Regular Expression Syntax Guide

Post by TimInNY »

Is there a guide available that lists and gives examples of the regular expression syntax that TextCrawler uses ?

Thanks.
User avatar
DigitalVolcano
Site Admin
Posts: 1729
Joined: Thu Jun 09, 2011 10:04 am

Re: Regular Expression Syntax Guide

Post by DigitalVolcano »

This is a good general guide. Note that Textcrawler uses .NET type regular expressions where specified.

http://www.regular-expressions.info/
TimInNY
Posts: 3
Joined: Wed Sep 04, 2013 11:46 pm

Re: Regular Expression Syntax Guide

Post by TimInNY »

Thanks.

I also found this page that has been very helpful.

http://www.regular-expressions.info/reference.html
Post Reply