What would be the RegEx pattern for Underscores + Capital Letters + Numbers?
Printable View
What would be the RegEx pattern for Underscores + Capital Letters + Numbers?
"[_a-z0-9]"
the a + z should be capitals. problem with the forum formatting my post