CSC/ECE 517 Fall 2009/wiki1b 5 j8: Difference between revisions
Jump to navigation
Jump to search
(→Usage) |
|||
Line 11: | Line 11: | ||
===Ruby=== | ===Ruby=== | ||
===Python=== | |||
===Php=== |
Revision as of 14:46, 20 September 2009
Regular Expressions
Regular expressions are a critical part of most modern programming languages especially ones that deal string processing as a core part of their functionality. Although using regular expressions can change from language to language, the general principle is the same and similar syntax can generally used across the board.