James Turnbull wrote:

> +module Puppet::Parser::Functions
> +  newfunction(:split, :type => :rvalue, 
> +      :doc => "Split a string variable into an array using the specified 
> split character.

I suggest that we make split() take a regular expression instead of a
fixed string to split on.  That would make it more powerful.

I have an implementation of this ready, if you want.


        /Bellman

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to