From: Josh Cheek Date: 2010-06-17T15:02:24+09:00 Subject: Re: RegEx Tutorial? --0016e6d9a3baecc827048933946d Content-Type: text/plain; charset=ISO-8859-1 On Thu, Jun 17, 2010 at 12:42 AM, Siddarth Chandrasekaran < chandrasekaran.siddarth@gmail.com> wrote: > Got it, thanks! > > Siddarth > > > > On Wed, Jun 16, 2010 at 9:34 PM, Siddarth Chandrasekaran > wrote: > > I looked through the archives, but couldn't find a comprehensive > > tutorial on regular expressions -- could someone please point me to > > one? > > > > Specifically, I'm looking to extract all the words from a string that > > are capitalized, but can't find case-based match operators. > > > > Thanks, > > > > Siddarth > > > > > > Sounds like you are using the proposed regex. Why don't you go to the given site (rubular), put in "javaVariable", and see if it gives you what you expect. If not, here is a decent explanation of the different things you could do to match. http://www.zenspider.com/Languages/Ruby/QuickRef.html#11 --0016e6d9a3baecc827048933946d--