CSC/ECE 517 Summer 2008/wiki1 2 acmoore2

From Expertiza_Wiki
Revision as of 22:22, 30 May 2008 by Acmoore2 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Compare regular-expression support in Ruby with Java's java.util.regex. Create some short code sequences to show how much easier (or not) it is to code in Ruby. How similar are the classes used to implement them (Patterns vs. Regexps, for example?