Posts by Paulo Sousa • 21 points
1 post
-
2
votes5
answers50
viewsA: How to change the end of a name
After you create the regex pattern, use the preg_replace function to do the substitution. It should be passed as the default parameter to find the characters you want to replace, the new characters…