NAVIGATION
This shows you the differences between two versions of the page.
|
english:phpwcms-system:article:contentparts:form:field-checking [2010/07/17 23:17] Knut Heermann (flip-flop) |
english:phpwcms-system:article:contentparts:form:field-checking [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 80: | Line 80: | ||
| * **STRING** or **MIX** \\ | * **STRING** or **MIX** \\ | ||
| * **DATE** - checks if a valid date \\ | * **DATE** - checks if a valid date \\ | ||
| - | * **REGEX** - (patterns - new value) //([[.:special-applications:links:php:regular-expression]])// | + | * **REGEX** - (patterns - new value) //([[:links:php:regular-expression]])// |
| * ''**pattern** =%%"/...regex-pattern.../"%%'' \\ | * ''**pattern** =%%"/...regex-pattern.../"%%'' \\ | ||
| * e.g. time: **"HH:mm"** -> ##''%%pattern="/((0|1)[0-9]|2[0-3]):([0-5]?[0-9]{2,2})/"%%''## | * e.g. time: **"HH:mm"** -> ##''%%pattern="/((0|1)[0-9]|2[0-3]):([0-5]?[0-9]{2,2})/"%%''## | ||