You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-7Lines changed: 15 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -118,17 +118,25 @@ Read the documentation for the Swedish module at [http://formvalidator.net/#swed
118
118
### Module: uk
119
119
***ukvatnumber**
120
120
121
+
122
+
### Module: brazil
123
+
***brphone** — Validate a brazilian telephone number
124
+
***cep**
125
+
***cpf**
126
+
127
+
### Module: sanitation
128
+
121
129
### Module: sanitation
122
130
***trim**
123
131
***trimLeft**
124
132
***trimRight**
125
-
***upper** (convert all letters to upper case)
126
-
***lower** (convert all letters to lower case)
127
-
***capitalize** (convert the first letter in all words to upper case)
128
-
***insertRight** (declare a text that should be inserted at the end of the value, attribute data-sanitize-insert-right)
129
-
***insertLeft** (declare a text that should be inserted at the beginning of the value, attribute data-sanitize-insert-left)
130
-
***escape** (convert < > & ' " to html entities)
131
-
***numberFormat** (declare the attribute data-sanitize-number-format with any of the formats described on http://numeraljs.com/. Note that this rule requires that numeral.js is included in the page)
133
+
***upper** — (convert all letters to upper case)
134
+
***lower** — (convert all letters to lower case)
135
+
***capitalize** — (convert the first letter in all words to upper case)
136
+
***insertRight** — (declare a text that should be inserted at the end of the value, attribute data-sanitize-insert-right)
137
+
***insertLeft** — (declare a text that should be inserted at the beginning of the value, attribute data-sanitize-insert-left)
138
+
***escape** — (convert < > & ' " to html entities)
139
+
***numberFormat** — (declare the attribute data-sanitize-number-format with any of the formats described on http://numeraljs.com/. Note that this rule requires that numeral.js is included in the page)
132
140
133
141
Read the documentation for the UK module at [http://formvalidator.net/#uk-validators](http://formvalidator.net/#uk-validators)
0 commit comments