I don't know, but if all you want to do is make sure names are between 250 and 1000 chars then you are better off using length in a coderef :
$rule->name( {return 1 if ( (length >= 250) && (length <= 1000) ) } );
not tested!! Just an idea!
In reply to Re: Regex question
by BioLion
in thread Regex question
by Win
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |