Geek Articles

Categories

 

Subscribe

Daily Updates Subscribe geekarticles update via email Subscribe geekarticles update via RSS

 
GeekArticles Web Programming Perl

Regular Expressions Primer

Author: developer.com | Published: 10th Aug 2005 | Visited: 1000 times | Add Comment
Filed in: Perl

By 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

 Article :: Regular Expressions in Perl?Pattern Matching Learn what they are and how to use t ...

 Recursion Primer Using C++: Part 1 An introduction to Recursion using C++, Par ...

  Introduction to Regular Expressions in Dreamweaver Learn how to find and replace content precisely with this example for maintaining Cascading Style Sheet (CSS) code on your s ...

 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 ...

 Modifying LINQ Expressions with Rewrite Rules Rewriting query expressions is a simple and yet a safe and powerful technique to modify queries dynamically in runt ...

 Parsing Algebraic Expressions Using the Interpreter Pattern How to use the Interpreter Pattern to parse algebraic express ...

 RegEx Tester - Regular Expression Tester It aids you to develop and fully test your regular expression against a target t ...

 Article :: Windows Vista Technology Primer Get the basics on the features, enhancements, and improvements in Microsoft Windows Vi ...

 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 ...

 Using Parameters and Expressions to Make a Breadcrumb Trail Within a Template-Driven Website Create a navigation roadmap to improve usability of your web pa ...



Next: Code Generation With XSL



Post Comment

Name:


Email:
 (Optional. Used for Notification)

Title:

 
Comment:


Validation Code:
 <=>  (Enter this code in text box)





Latest Articles

 

Popular Articles

Sponsored Links