File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
security/form-validation/built-in-validation-rules Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ This page lists all available built-in validation rules that Fano Framework prov
30
30
| [ And] ( #tandvalidator ) | [ Not] ( #tnotvalidator ) | [ Confirmed] ( #tconfirmedvalidator ) |
31
31
| [ Same] ( #tsamevalidator ) | [ UUID] ( #tuuidvalidator ) | [ Exists] ( #texistsvalidator ) |
32
32
| [ Always pass] ( #talwayspassvalidator ) | [ IPv4] ( #tipv4validator ) | [ IPv6] ( #tipv6validator ) |
33
- | [ MAC] ( #tmacaddrvalidator ) | [ JSON] ( #tjsonvalidator ) | - |
33
+ | [ MAC] ( #tmacaddrvalidator ) | [ JSON] ( #tjsonvalidator ) | [ Base64 ] ( #tbase64validator ) |
34
34
35
35
36
36
## Field availability
@@ -172,6 +172,13 @@ This validator will give result as shown in following example input,
172
172
'a0811234567' ==> fail
173
173
'081-1234-56-7a' ==> fail
174
174
```
175
+ ### <a name =" tbase64validator " ></a >TBase64Validator
176
+
177
+ Data must be in Base64-encoded string format.
178
+
179
+ ```
180
+ rule := TBase64Validator.create();
181
+ ```
175
182
176
183
### <a name =" tregexvalidator " ></a >TRegexValidator
177
184
You can’t perform that action at this time.
0 commit comments