Skip to content

Commit d748541

Browse files
committed
Update README.md
1 parent e504104 commit d748541

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

README.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -118,17 +118,25 @@ Read the documentation for the Swedish module at [http://formvalidator.net/#swed
118118
### Module: uk
119119
* **ukvatnumber**
120120

121+
122+
### Module: brazil
123+
* **brphone** — Validate a brazilian telephone number
124+
* **cep**
125+
* **cpf**
126+
127+
### Module: sanitation
128+
121129
### Module: sanitation
122130
* **trim**
123131
* **trimLeft**
124132
* **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)
132140

133141
Read the documentation for the UK module at [http://formvalidator.net/#uk-validators](http://formvalidator.net/#uk-validators)
134142

0 commit comments

Comments
 (0)