“”

Formidable - Validator - PREG Formidable - Validator - PREG

formidable_va_preg / stable

preg_match() validator for FORMidable form elements

Last upload comment

Now it is possible to invert the result of preg_match() by adding a simple ! before the pattern. For exemple !/[a-z]/ will not accept any string that contains any lowercase letter

Downloads by month

Download 0.2.0
Author
Jeremy Lecour
Company
Nurun Grand Sud
Last update
24. Jul 2006
First upload
19. Jun 2006
Downloads
1,394
Category
Miscellaneous
Dependencies
none

Installation

  1. Download ZIP file
  2. Log into your TYPO3 backend
  3. Go to Extension Manager module
  4. Press the upload button on the top bar
  5. Select the ZIP file and upload it. If you want to overwrite an existing extension installation, activate the checkbox.
  1. Download T3X file
  2. Log into your TYPO3 backend
  3. Go to Extension Manager module
  4. Press the upload button on the top bar
  5. Select the T3X file and upload it. If you want to overwrite an existing extension installation, activate the checkbox.

Version history

Version Upload comment Works with TYPO3 Download
0.2.0 / stable
July 24, 2006
Now it is possible to invert the result of preg_match() by adding a simple ! before the pattern. For exemple !/[a-z]/ will not accept any string that contains any lowercase letter
Download
0.1.0 / stable
June 19, 2006
First upload for a "preg_match" validator to use in the FORMidable framework
Download