@@ -25,8 +25,24 @@ Support Package For Tamedevelopers
2525 * [ getBetweenBoxLengthAndWeightInKg] ( #getBetweenBoxLengthAndWeightInKg )
2626 * [ getBetweenBoxLengthAndWeightInCMB] ( #getBetweenBoxLengthAndWeightInCMB )
2727* [ Str] ( #str )
28- * [ byteToUnit] ( #byteToUnit )
29- * [ sizeToBytes] ( #sizeToBytes )
28+ * [ phone] ( #phone )
29+ * [ mask] ( #mask )
30+ * [ html] ( #html )
31+ * [ text] ( #text )
32+ * [ shorten] ( #shorten )
33+ * [ random] ( #random )
34+ * [ formatString] ( #formatString )
35+ * [ encrypt] ( #encrypt )
36+ * [ decrypt] ( #decrypt )
37+ * [ bindings] ( #bindings )
38+ * [ flattenValue] ( #flattenValue )
39+ * [ exceptArray] ( #exceptArray )
40+ * [ replaceFirst] ( #replaceFirst )
41+ * [ replaceLast] ( #replaceLast )
42+ * [ removeKeysFromArray] ( #removeKeysFromArray )
43+ * [ changeKeysFromArray] ( #changeKeysFromArray )
44+ * [ convertArrayKey] ( #convertArrayKey )
45+ * [ convertArrayCase] ( #convertArrayCase )
3046* [ Zip] ( #zip )
3147 * [ Unzip] ( #unzip )
3248 * [ Zip Download] ( #zip-download )
@@ -167,7 +183,6 @@ Tame()->byteToUnit(6880);
167183```
168184
169185### unitToByte
170-
171186```
172187Tame()->unitToByte('24mb');
173188
@@ -300,6 +315,14 @@ Tame()->formatNumberToNearestThousand(1500000);
300315// Output: "1.5m"
301316```
302317
318+ ## Str
319+ - The Core Class For String Manipulations
320+ - It's helper class can be called, using -- ` TameStr() `
321+
322+ ```
323+ Tamedevelopers\Support\Str
324+ ```
325+
303326## Zip
304327- Takes two param as ` string `
305328 - [ sourcePath] relative path of zip-file
0 commit comments