System Information
- Strapi Version: v3.6.0
- Operating System: Windows
- Database: sqlite3
- Node Version:
- NPM Version:
- Yarn Version:
The regex option is only applied at the admin panel level on specific text fields, there is no specific reason other than the feature hasn’t been added since anything you can do with regex can normally just be done with a min/max setting.
Regex is typically used for strings, do you have a specific use-case for why you would need regex on a number field?
Suppose if I can use, can you please help me with how can I add RegExp pattern field for number as well.Thanks in advance