http://qs321.pair.com?node_id=816652


in reply to Re: Regex style and efficiency
in thread Regex style and efficiency

Nice. It didn't even occur to me to use substr/index for this. I also like how you used the non-capturing look-ahead to prevent the desired text from being included in the s///. Thanks!