cliffparnitzky / technical-value-regex
Provides regular expressions for technical values, consisting of: letters (lower case / uper case / case insensitive), underscrores, digits ... No blank, special char or something else.
Installs: 566
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:contao-module
Requires
- php: >=5.3
- contao-community-alliance/composer-plugin: ~2.4 || ~3.0
- contao/core-bundle: ~3.2 || ~4.4
Conflicts
- contao/core: 3.4.0,3.4.1,3.4.2
Replaces
- contao-legacy/technicalvalueregex: *
This package is auto-updated.
Last update: 2022-03-17 22:34:34 UTC
README
Contao Extension: TechnicalValueRegex
Provides regular expressions for technical values, consisting of:
- letters (lower case / uper case / case insensitive)
- underscrores
- digits
No blank
, special char or something else.
Installation
Install the extension via composer: cliffparnitzky/technical-value-regex.
If you prefer to install it manually, download the latest release here: https://github.com/cliffparnitzky/technical-value-regex/releases
Tracker
https://github.com/cliffparnitzky/TechnicalValueRegex/issues
Compatibility
- Contao version >= 3.2.0 ... < 3.6.0
- Contao version >= 4.4.0
Dependency
There are no dependencies to other extensions, that have to be installed.
Usage
form
/dma_element_generator
... regex will automatically be added to select list in field configdca
... using:tecValue
only accepts technical values, consisting of letters, digits and underscrorestecValueLC
only accepts technical values, consisting of lower case letters, digits and underscrorestecValueUC
only accepts technical values, consisting of upper case letters, digits and underscrores