Web Design Tutorials and Articles: Using Regular Expressions in Perl

By Chrysanthus - About Me - E-mail this page - Add to My Favorites - Add to Blog List - See other blogs in Computers & Internet

Wednesday, April 8, 2009

Using Regular Expressions in Perl

Regular Expressions in Perl for the Novice – Part 7 Introduction This is the seventh part of my series, Regular Expressions in Perl for the Novice. We have seen some uses or regex in Perl. We know how to verify if a regex is found in an available string. We know how to find the position of matched regex in the available string. We have seen other uses. Note that the available string can be a whole page of text. In this part of the series, we shall learn two important features titled “Search and... Sign in to see full entry.

Previous: Building a Regular Expression in Perl - New Entries - Next: More Regular Expressions in Perl

Headlines (What is this?)