Validation Rules

2026-01-10 00:28:56
Sanplex Content
26
Last edited by WANG JING on 2026-01-10 01:02:54
Share links
Summary : Sanplex validation rules use regex to validate fields and forms, with built-in rules such as required, unique, date, email, number, phone, and IP.

I. Validation Rules

Validation rules can be used to validate fields, forms, and other inputs. Validation is implemented using regular expressions (regex).

Sanplex provides built-in rules including: Required, Unique, Date, Email, Number, Phone, and IP.

图1

II. Manage Validation Rules

Reference: Regex Beginner Tutorial

【正则表达式30分钟入门教程,这个链接可能需要替换,原链接链接到的地址是一个中文介绍】

图2

Write a Comment
Comment will be posted after it is reviewed.