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
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,18 @@ Read the documentation for the Swedish module at [http://formvalidator.net/#swed
118
118
### Module: uk
119
119
***ukvatnumber**
120
120
121
+
### Module: sanitation
122
+
***trim**
123
+
***trimLeft**
124
+
***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)
132
+
121
133
Read the documentation for the UK module at [http://formvalidator.net/#uk-validators](http://formvalidator.net/#uk-validators)
122
134
123
135
@@ -236,7 +248,7 @@ it calls jQ func **$.formUtils.validateInput** to validate the single input when
236
248
237
249
## Changelog
238
250
239
-
#### 2.2.8 (unreleased)
251
+
#### 2.2.8
240
252
- The plugin is now again possible to install via bower.
0 commit comments