Joao Silva <rubyforum / thisisnotmyrealemail.com> writes: > Fleck Jean-Julien wrote: >> 2009/8/21 Joao Silva <rubyforum / thisisnotmyrealemail.com>: >>> >>> How i can convert this proper way? >> >> Try without the quotes >> >>>> Regexp.new(/regexp/i) >> => /regexp/i >> >> Cheers, > > I cannot do this without quotes - i need get it from string. Only thing > i have is "/regexp/i" string. string="/regexp/i" Regexp.new(eval(string)) -- __Pascal Bourguignon__