Video Tutorials
9 votes |
9491 views |
Regex Lesson 1: CharactersCharacters can be matched many different ways. I cover the dot, character classes/bracket... |
Steve Wortham 5/11/2010 |
5 votes |
6111 views |
Regex Lesson 2: QuantifiersQuantifiers express how many times you want the preceding element to be repeated.... |
Steve Wortham 5/11/2010 |
5 votes |
4977 views |
Regex Lesson 4: Replacing GroupsOften times the whole reason to use groups is to perform replacement operations with them.... |
Steve Wortham 9/12/2011 |
4 votes |
6976 views |
Writing a Strong Password Regular ExpressionI walk through the process of creating a Strong Password Regular Expression. It'll mat... |
Steve Wortham 1/16/2010 |
4 votes |
4979 views |
Using Regex Hero to Write CodeRedundant programming is boring. If you have a long, repetitive coding task ahead of you,... |
Steve Wortham 3/3/2012 |
4 votes |
8185 views |
Regex Lesson 5: OptimizationI demonstrate how to reduce backtracking and make continuous improvements to your regular ... |
Steve Wortham 3/17/2012 |
3 votes |
4984 views |
Introduction to Regular ExpressionsA basic overview of regular expressions.... |
Steve Wortham 5/8/2010 |
2 votes |
10056 views |
Regex Lesson 3: AssertionsAssertions express the circumstances in which the surrounding expression should match.... |
Steve Wortham 5/13/2010 |
2 votes |
3110 views |
The Performance Recommendations FeatureThe performance recommendation feature is available to users of Regex Hero Professional. I... |
Steve Wortham 4/20/2014 |
1 vote |
5035 views |
Phone Number Regular Expression with Code HintingI demonstrate the power of code hinting (available to licensed users) by writing a phone n... |
Steve Wortham 3/28/2010 |