|
|
| Syntactic Confectionery Delight | |
| PerlMonks |
Splitting on non-initial uppercase without splitby loris (Hermit) |
| on Jan 26, 2005 at 10:15 UTC ( #425160=perlquestion: print w/ replies, xml ) | Need Help?? |
|
loris has asked for the
wisdom of the Perl Monks concerning the following question:
Hello RegExpers, I know form the answers to Split: Having your capitals and not eating them that how to split a run-together word LikeThis using: my @w = split(/(?=[A-Z])/,$s);but can I do something similar using:
in a single line? Thanks for your help,
Back to
Seekers of Perl Wisdom
|
|