From: Love U Ruby Date: 2013-02-05T00:46:57+09:00 Subject: Re: Character classes use in Ruby tamouse mailing lists wrote in post #1095109: > On Mon, Feb 4, 2013 at 4:59 AM, Love U Ruby > wrote: >>> /[[:digit:]]/ - Digit >> >> I know their description - but would be good for me if I get a ruby tiny >> code to see their uses. Mainly how syntactically are they >> used,basically. > > Read the page Hans pointed you to: > > /[[:upper:]][[:lower:]]/.match("Hello") #=> # Okay! Could you explain how the matching here performed, to produce "#" -- Posted via http://www.ruby-forum.com/.