Regexp field type
Aren Cambre - February 12, 2007 - 21:09
| Project: | Content Construction Kit (CCK) |
| Version: | 6.x-1.x-dev |
| Component: | content.module |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | duplicate |
Jump to:
Description
Could content.module have a built in regexp field type, allowing us to define any field type we want using a regular expression instead of having to download a new module for each field type?

#1
Field type modules doing much more than simply defining patterns for data: there are features for storing and procesing data dedicated to currently existing field types. See for example date or e-mail modules.
Regular expressions could be useful way for more restricted validation above fields. But it seems that this feature is still in progress and it's hard to say when it will be done: you can search issue queue for more information.
#2
the thread is http://drupal.org/node/84791
It would probably not require _that_ much work, but I did not find any time yet to get to it...