Help for this page
for (split(/:/, $$pattern)) { # make sure it starts and ends with spaces ... } $out .= "\n"; }
while (/(.)/g) { $camel .= $1 if $1 ne " "; }
tr/ //d; $camel .= $_;