CSC/ECE 517 Summer 2008/wiki1 1 mf

From Expertiza_Wiki
Revision as of 21:33, 3 June 2008 by Frisch (talk | contribs) (Initial creation of page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Brief summary of regular expressions in Ruby versus Java

Ruby supports regular expressions as a language feature without the inclusion of any special classes or modules. Java on the other hand does native regular expression support and it requires the use of special regular expression classes to use them.

Ruby's regular expressions in more depth

Java's regular expressions in more depth

-- Michael Frisch (Tuesday, June 3, 2008)