cliffparnitzky/technical-value-regex

This package is abandoned and no longer maintained. No replacement package was suggested.

Provides regular expressions for technical values, consisting of: letters (lower case / uper case / case insensitive), underscrores, digits ... No blank, special char or something else.

1.0.3 2017-08-08 10:49 UTC

This package is auto-updated.

Last update: 2022-03-17 22:34:34 UTC


README

Latest Version on Packagist Installations via composer per month Installations via composer total

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 config
  • dca ... using:
    • tecValue only accepts technical values, consisting of letters, digits and underscrores
    • tecValueLC only accepts technical values, consisting of lower case letters, digits and underscrores
    • tecValueUC only accepts technical values, consisting of upper case letters, digits and underscrores