GeekArticles
Web Programming
PerlRegular Expressions Primer
Author: developer.com |
Published: 10th Aug 2005 |
Visited: 1000 times |
Add CommentFiled in: PerlBy Brad Lhotsky Go to page: 1 2 3 Next "Regular Expression" is a fancy way to say "pattern matcher." Humans can match patterns with relative ease. A machine has a bit more difficulty deciphering patterns, especially in text. As computing became more powerful, the methods for matching text grew into more flexible dialects. Regular expressions can be one of the toughest concepts to grasp and use effectively in any programming language. Perl is no exception because its regular expressions...n
Read Article Sponsored Links
Related Articles
• Flex and .NET security primer This article describes all aspects of securing a Flex/.NET application including passing credentials and creating custom authentication and authorization mechani ...
• Working with Lambda Expressions In this article, Brian discusses the usage and application of lambda expressions in .NET applications. After providing a short introduction, he examines the concepts with the help of source code and relevant explanat ...