http://www.perlmonks.org?node_id=1004800


in reply to Re^3: Array Filter and Lookahead
in thread Array Filter and Lookahead

Changed disjunct positions...

But that just causes a problem for strings that have no digits at all, e.g., 'xxx', which daugh016 wants to extract as '' (empty string).

Replies are listed 'Best First'.
Re^5: Array Filter and Lookahead
by Kenosis (Priest) on Nov 20, 2012 at 21:31 UTC

    I think today is two of those days... The //, as you suggested, is best. Thank you, again...