forked from External/mage
update gen-list-unimplemented-cards-for-set
* remove periods from camel case name
This commit is contained in:
parent
33c19fbc0f
commit
71cd3ce3fc
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ sub cardSort {
|
||||||
sub toCamelCase {
|
sub toCamelCase {
|
||||||
my $string = $_[0];
|
my $string = $_[0];
|
||||||
$string =~ s/\b([\w']+)\b/ucfirst($1)/ge;
|
$string =~ s/\b([\w']+)\b/ucfirst($1)/ge;
|
||||||
$string =~ s/[-,\s\'!@#*\(\)]//g;
|
$string =~ s/[-,\s\'\.!@#*\(\)]//g;
|
||||||
$string;
|
$string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue