NXC String
Last updated: Tuesday 08 May 2012 10:48
| UNIX name |
Owner |
Status |
Version |
Compatible with |
| nxc_string |
Serhey Dolgushev |
stable
|
1.0
|
4.x
|
Extends ezstring datatype by adding string limitations.
Each limitation consist of:
- regular expression
- description
- error text
There are 2 groups fo limitations:
- matching (string should pass each of this type limitations)
- not matching (string sholdn`t pass each of this type limitations)
How to install:
- Copy and activate nxc_string extension
- Execute extension/nxc_string/sql/mysql/mysql.sql
- Regenerate autoloads array
- NXC String datatype is available and ready to use
Screenshot
Source code is moved to github
Tuesday 08 May 2012 10:49
Serhey Dolgushev