Init ci
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
$name = 'Hey, J.o-hN PArk\'em "all 21"';
|
||||
|
||||
preg_match_all('/[a-z0-9]/Ui', $name, $m);
|
||||
|
||||
echo strtolower(implode($m[0]));
|
||||
Reference in New Issue
Block a user