search for: anywould

Displaying 1 result from an estimated 1 matches for "anywould".

Did you mean: andwould
2006 Mar 23
1
Routing Issue
...ould prevent this, since: irb(main):005:0> nil =~ /^([A-Z]\w*)+$/ => false irb(main):006:0> '''' =~ /^([A-Z]\w*)+$/ => nil irb(main):007:0> ''TestPage'' =~ /^([A-Z]\w*)+$/ => 0 I must be missing something here, but I am not really sure what. If anywould could offer any information about this, I would greatly appreciate it. Thanks, Andrew -- Posted via http://www.ruby-forum.com/.