Displaying 2 results from an estimated 2 matches for "validate_address".
2006 Mar 19
4
function names contain regex?
Is it possible to support something like the following:
def validate_address{#/d/#)
x = {#1}
miscfunction(x)
end
And yes, I totally just made up some bogus syntax - I have no idea if a
variable function name containing a regular expression is possible...
perhaps through some trick of aliasing?
I figure it must be possible, due to the model.find_x_and_y() methods...
2006 May 10
8
E-mail validtor??
Does anyone have a good working e-mail validator? or even some regexp to
make the validates_format_of work right... that would be awesome. Also,
maybe an online tutorial for regexp. i''ve always been afraid of it but i
think it''s time to face the fears.
thanks!
--
Posted via http://www.ruby-forum.com/.