On Wed, 2010-03-03 at 12:34 -0800, Markus Roberts wrote: > +1, though I wonder if we should either allow /blah/i or have the > setting affect regular expressions as well (probably not if it's to be > deprecated).
Yes, supporting //i is on my todo list since ages (but the priority is not that high since you can use (?i) or (?-i) to control it (granted it is a hack based on the fact we're using the ruby regexp)). -- Brice Figureau Follow the latest Puppet Community evolutions on www.planetpuppet.org! -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
