MyBB Community Forums

Full Version: What's wrong with this expression?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a real name custom field setup and i want to run an expression on it, so that only alphabet letters can be entered.

What's the format of the expression that must be go into the ACP option for it?

I have tried

([A-Za-z]+)
^[A-Za-z]+$
/^[A-Za-z]+$/