Jet\Config_Definition_Property_String
The class represents the property/configuration value definition of the Config::TYPE_STRING type. It inherits from class Jet\Config_Definition_Property and has its own methods:
| Method | Importance |
|---|---|
| public setValidationRegexp( string $validation_regexp ) : void | Sets the regular expression to check the value. |
| public setValidationRegexp( ) : string|null | Returns the set regular expression to check the value. |