Skip to content

Commit 7138188

Browse files
authored
[wip] : readme
1 parent 4dcf199 commit 7138188

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,16 @@ String tools for php, special chars cleaner and string comparison ... [WIP]
77

88
## Usage :
99

10-
- String special chars cleaner
10+
**- String special chars cleaner**
1111

12-
Usage :
1312
```
1413
$textToClean = "ÉÉÊÊÎÎÎî ëŷ we are with spécïal charactêrs and w'ill clean";
1514
\Julkwel\StringTools\StrCleaner::cleanString($textToClean)
1615
1716
Output: "eeeeiiii ey we are with special characters and will clean"
1817
```
1918

20-
- String Comparison :
19+
**- String Comparison :**
2120

2221
1. Simple use :
2322
```

0 commit comments

Comments
 (0)