CSC/ECE 517 Fall 2009/wiki1b 5 j8

From Expertiza_Wiki
Jump to navigation Jump to search

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