Regular Expressions 101

Community Library

Community Library Entry

13

Regular ExpressionOpen Workspace

/
[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*
/

Description
Created·2013-02-05 09:18
Type·Match
Flavor·PCRE (Legacy)

Valid PHP variable name as defined in the manual at http://php.net/manual/en/language.variables.basics.php

Submitted by Erin Millard
Open Workspace