We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 076e230 commit 00473caCopy full SHA for 00473ca
README.md
@@ -99,6 +99,12 @@ List of filters - [JBZoo/Utils/Filter](https://github.com/JBZoo/Utils/blob/maste
99
* `email` - Email or null
100
* `strip` - Strip tags
101
* `alias` - Sluggify
102
+ * `low` - String to lower (check mbstring)
103
+ * `up` - String to upper (check mbstring)
104
+ * `clean` - Safe string
105
+ * `html` - HTML escaping
106
+ * `xml` - XML escaping
107
+ * `esc` - Escape for UTF-8
108
* `function($value) { return $value; }` - Your custom callback function
109
110
```php
composer.json
@@ -14,7 +14,7 @@
14
],
15
"require" : {
16
"php" : ">=5.3",
17
- "jbzoo/utils" : "^1.0",
+ "jbzoo/utils" : "^1.4.2",
18
"symfony/yaml" : "^2.7"
19
},
20
"require-dev" : {
0 commit comments