@@ -23,48 +23,48 @@ If you're new to **String-Methods**, here are some steps to get you started:
23
23
24
24
## Project Documentation
25
25
26
- - [ Capitalize Module] ( string-methods/docs/capitalize.md )
27
- - [ CaseFolder Module] ( string-methods/docs/caseFolder.md )
28
- - [ Center Module] ( string-methods/docs/center.md )
29
- - [ Count Module] ( string-methods/docs/count.md )
30
- - [ Encode Module] ( string-methods/docs/encode.md )
31
- - [ EndsWith Module] ( string-methods/docs/endsWith.md )
32
- - [ ExpandTabs Module] ( string-methods/docs/expandTabs.md )
33
- - [ Find Module] ( string-methods/docs/find.md )
34
- - [ Format Module] ( string-methods/docs/format.md )
35
- - [ IsAlnum Module] ( string-methods/docs/isAlnum.md )
36
- - [ IsAlpha Module] ( string-methods/docs/isAlpha.md )
37
- - [ IsAscii Module] ( string-methods/docs/isAscii.md )
38
- - [ IsDecimal Module] ( string-methods/docs/isDecimal.md )
39
- - [ IsDigit Module] ( string-methods/docs/isDigit.md )
40
- - [ IsIdentifier Module] ( string-methods/docs/isIdentifier.md )
41
- - [ IsLower Module] ( string-methods/docs/isLower.md )
42
- - [ IsNumeric Module] ( string-methods/docs/isNumeric.md )
43
- - [ IsSpace Module] ( string-methods/docs/isSpace.md )
44
- - [ IsTitle Module] ( string-methods/docs/isTitle.md )
45
- - [ IsUpper Module] ( string-methods/docs/isUpper.md )
46
- - [ Join Module] ( string-methods/docs/join.md )
47
- - [ LeftJustify Module] ( string-methods/docs/leftJustify.md )
48
- - [ LeftStrip Module] ( string-methods/docs/leftStrip.md )
49
- - [ Lower Module] ( string-methods/docs/lower.md )
50
- - [ MakeTrans Module] ( string-methods/docs/makeTrans.md )
51
- - [ Partition Module] ( string-methods/docs/partition.md )
52
- - [ Replace Module] ( string-methods/docs/replace.md )
53
- - [ RightFind Module] ( string-methods/docs/rightFind.md )
54
- - [ RightIndex Module] ( string-methods/docs/rightIndex.md )
55
- - [ RightJustify Module] ( string-methods/docs/rightJustify.md )
56
- - [ RightPartition Module] ( string-methods/docs/rightPartition.md )
57
- - [ RightSplit Module] ( string-methods/docs/rightSplit.md )
58
- - [ RightStrip Module] ( string-methods/docs/rightStrip.md )
59
- - [ Split Module] ( string-methods/docs/split.md )
60
- - [ SplitLines Module] ( string-methods/docs/splitLines.md )
61
- - [ StartsWith Module] ( string-methods/docs/startsWith.md )
62
- - [ Strip Module] ( string-methods/docs/strip.md )
63
- - [ SwapCase Module] ( string-methods/docs/swapCase.md )
64
- - [ Title Module] ( string-methods/docs/title.md )
65
- - [ Upper Module] ( string-methods/docs/upper.md )
66
- - [ ZeroFill Module] ( string-methods/docs/zeroFill.md )
67
-
26
+ - [ Capitalize Module] ( string-methods/docs/capitalize.md )
27
+ - [ CaseFolder Module] ( string-methods/docs/caseFolder.md )
28
+ - [ Center Module] ( string-methods/docs/center.md )
29
+ - [ Count Module] ( string-methods/docs/count.md )
30
+ - [ Encode Module] ( string-methods/docs/encode.md )
31
+ - [ EndsWith Module] ( string-methods/docs/endsWith.md )
32
+ - [ ExpandTabs Module] ( string-methods/docs/expandTabs.md )
33
+ - [ Find Module] ( string-methods/docs/find.md )
34
+ - [ Format Module] ( string-methods/docs/format.md )
35
+ - [ IsAlnum Module] ( string-methods/docs/isAlnum.md )
36
+ - [ IsAlpha Module] ( string-methods/docs/isAlpha.md )
37
+ - [ IsAscii Module] ( string-methods/docs/isAscii.md )
38
+ - [ IsDecimal Module] ( string-methods/docs/isDecimal.md )
39
+ - [ IsDigit Module] ( string-methods/docs/isDigit.md )
40
+ - [ IsIdentifier Module] ( string-methods/docs/isIdentifier.md )
41
+ - [ IsLower Module] ( string-methods/docs/isLower.md )
42
+ - [ IsNumeric Module] ( string-methods/docs/isNumeric.md )
43
+ - [ IsSpace Module] ( string-methods/docs/isSpace.md )
44
+ - [ IsTitle Module] ( string-methods/docs/isTitle.md )
45
+ - [ IsUpper Module] ( string-methods/docs/isUpper.md )
46
+ - [ Join Module] ( string-methods/docs/join.md )
47
+ - [ LeftJustify Module] ( string-methods/docs/leftJustify.md )
48
+ - [ LeftStrip Module] ( string-methods/docs/leftStrip.md )
49
+ - [ Lower Module] ( string-methods/docs/lower.md )
50
+ - [ MakeTrans Module] ( string-methods/docs/makeTrans.md )
51
+ - [ Partition Module] ( string-methods/docs/partition.md )
52
+ - [ Replace Module] ( string-methods/docs/replace.md )
53
+ - [ RightFind Module] ( string-methods/docs/rightFind.md )
54
+ - [ RightIndex Module] ( string-methods/docs/rightIndex.md )
55
+ - [ RightJustify Module] ( string-methods/docs/rightJustify.md )
56
+ - [ RightPartition Module] ( string-methods/docs/rightPartition.md )
57
+ - [ RightSplit Module] ( string-methods/docs/rightSplit.md )
58
+ - [ RightStrip Module] ( string-methods/docs/rightStrip.md )
59
+ - [ Split Module] ( string-methods/docs/split.md )
60
+ - [ SplitLines Module] ( string-methods/docs/splitLines.md )
61
+ - [ StartsWith Module] ( string-methods/docs/startsWith.md )
62
+ - [ Strip Module] ( string-methods/docs/strip.md )
63
+ - [ SwapCase Module] ( string-methods/docs/swapCase.md )
64
+ - [ Title Module] ( string-methods/docs/title.md )
65
+ - [ Upper Module] ( string-methods/docs/upper.md )
66
+ - [ ZeroFill Module] ( string-methods/docs/zeroFill.md )
67
+ - [ CamelCase Module ] ( string-methods/docs/camelCase.md )
68
68
69
69
## Contributing
70
70
@@ -74,6 +74,6 @@ Interested in contributing to **String-Methods**? Check out the [Contribution Gu
74
74
75
75
Join our community to connect with other developers, ask questions, and share your experiences:
76
76
77
- - [ GitHub Discussions] ( ../../discussions )
77
+ - [ GitHub Discussions] ( ../../discussions )
78
78
79
79
We hope you find this learning guide helpful in your journey with ** String-Methods** . If you have any questions or need assistance, feel free to reach out to our community. Happy learning and coding!
0 commit comments