Skip to content

Commit 00473ca

Browse files
committed
New filters
1 parent 076e230 commit 00473ca

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@ List of filters - [JBZoo/Utils/Filter](https://github.com/JBZoo/Utils/blob/maste
9999
* `email` - Email or null
100100
* `strip` - Strip tags
101101
* `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
102108
* `function($value) { return $value; }` - Your custom callback function
103109

104110
```php

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"require" : {
1616
"php" : ">=5.3",
17-
"jbzoo/utils" : "^1.0",
17+
"jbzoo/utils" : "^1.4.2",
1818
"symfony/yaml" : "^2.7"
1919
},
2020
"require-dev" : {

0 commit comments

Comments
 (0)