Jon Lang wrote:
Pattern to split on (used with -a). Substitutes an expression for the default split function, which is C<{split ' '}>. Accepts unicode strings (as long asShould the default pattern be ' ', or should it be something more like /\s+/?
/<ws>/ ?