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 537ae15 commit e3e9920Copy full SHA for e3e9920
README.md
@@ -21,17 +21,13 @@ Functions
21
22
---
23
24
----
25
-
26
### `<string> strtolower_no_accent($str)`
27
* Convert unicode string to lower case, without accent marks for the greek letters
28
* `$str` string to lower case convert
29
* Returns converted string
30
31
32
33
34
35
### `<string> str_no_accent($str)`
36
* Remove accent marks for the greek letters at passed unicode string (no any case convertion)
37
* `$str` string $str string to remove greek accent marks only
0 commit comments