Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
now i should have 13 22 3 43 in the numbers array. Also that percentage sign is just an example, it could be !,*,$..ect. thanks..$str = "13%22%3%43"; @numbers = split(/regex/, $str);
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: requesting small regex
by BrowserUk (Patriarch) on May 07, 2012 at 07:16 UTC | |
by perl@1983 (Sexton) on May 07, 2012 at 07:28 UTC | |
by thundergnat (Deacon) on May 07, 2012 at 18:11 UTC | |
by BrowserUk (Patriarch) on May 07, 2012 at 18:35 UTC | |
by thundergnat (Deacon) on May 07, 2012 at 19:10 UTC | |
by Anonymous Monk on May 07, 2012 at 07:21 UTC | |
by BrowserUk (Patriarch) on May 07, 2012 at 08:52 UTC | |
Re: requesting small regex
by Anonymous Monk on May 07, 2012 at 07:07 UTC | |
by Anonymous Monk on May 07, 2012 at 07:19 UTC |