Skip to content

Commit

Permalink
working onregexes pages
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Dec 24, 2010
1 parent 880d5ed commit efa465f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion crank
Expand Up @@ -25,7 +25,7 @@ GetOptions(
my $pages = [
index => 'Home',
perl => 'Perl',
regexes => 'Regular expressions',
regexes => 'Regexes',
# asp => 'ASP',
# coldfusion => 'ColdFusion',
# csharp => 'C#',
Expand Down
6 changes: 6 additions & 0 deletions s/regexes.mkd
Expand Up @@ -3,3 +3,9 @@
* HTML is not regular
* Regexes may match today, but what about tomorrow?

# Scraps

Parsers are pieces of code that already work, already have been tested.

Your regex probably doesn't have everything worked out.
Parsers have solutions for edge cases built in.

0 comments on commit efa465f

Please sign in to comment.