Any idea on what the Regular Expression syntax would be for that field?
I have looked all over PHP.net and cannot find the syntax for capitalizing the first letter.
Thanks.
Well, I found a regular expression:
$string =~ s/\b(\w)/uc($1)/eg Capitalize first letter of all words in a string
However, even when I enter in the correct syntax in the profile field, it comes back at me with the same error as when I enter the wrong syntax in:
You did not enter the correct format for the Character Name field. Please read the field description for the expected format.
|