CSC/ECE 517 Summer 2008/wiki1 1 rp

From Expertiza_Wiki
Revision as of 12:49, 29 May 2008 by Rapodraza (talk | contribs)
Jump to navigation Jump to search

Regular Expressions in Ruby vs. Java

Ruby and Java both support Regular Expressions, but generally speaking, Ruby's dynamic typing and native regular expression support allow for equivalent or similar functions to be performed more simply and with less code.

Back to the assignment page