CSC/ECE 517 Fall 2009/wiki1b 5 j8: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
=Regular Expressions= | =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. | |||
==Usage== | |||
===Java=== | |||
===Perl=== | |||
===Ruby=== |
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.