replacement for rfind in 2.058

2012-02-19 Thread Jay Norwood
I see rfind is deprecated and std.regexp is deprecated, and no rfind in std.string, so is there some equivalent operation in std.regex?

Re: replacement for rfind in 2.058

2012-02-19 Thread Jay Norwood
On Sunday, 19 February 2012 at 18:55:21 UTC, Jay Norwood wrote: I see rfind is deprecated and std.regexp is deprecated, and no rfind in std.string, so is there some equivalent operation in std.regex? I was trying to rebuild bud wit 2.058, and so at around line 2078 I replaced the rfind by