mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
[TMT] Implement Bebop & Rocksteady
This commit is contained in:
parent
159933cc8a
commit
747730568e
3 changed files with 49 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ sub toCamelCase {
|
|||
my $string = $_[0];
|
||||
$string =~ s/\b([\w']+)\b/ucfirst($1)/ge;
|
||||
$string =~ s/[-,\s\':.!\/]//g;
|
||||
$string =~ s/\&/And/g;
|
||||
$string;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue