Skip to content

Instantly share code, notes, and snippets.

@emil-nasso
Created June 11, 2015 10:10
Show Gist options
  • Save emil-nasso/ce89c919c61c3dcd39fd to your computer and use it in GitHub Desktop.
Save emil-nasso/ce89c919c61c3dcd39fd to your computer and use it in GitHub Desktop.
->add('account', 'text', [
'constraints' => [
new NotBlank(),
new Type('string'),
new Regex("/^XX\d+$/i")
]
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment