@@ -23,47 +23,47 @@ 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] ( docs/Capitalize .md )
27
- - [ CaseFold Module] ( docs/CaseFold .md )
28
- - [ Center Module] ( docs/Center .md )
29
- - [ Count Module] ( docs/Count .md )
30
- - [ Encode Module] ( docs/Encode .md )
31
- - [ EndsWith Module] ( docs/EndsWith .md )
32
- - [ ExpandTabs Module] ( docs/ExpandTabs .md )
33
- - [ Find Module] ( docs/Find .md )
34
- - [ Format Module] ( docs/Format .md )
35
- - [ IsAlnum Module] ( docs/IsAlnum .md )
36
- - [ IsAlpha Module] ( docs/IsAlpha .md )
37
- - [ IsAscii Module] ( docs/IsAscii .md )
38
- - [ IsDecimal Module] ( docs/IsDecimal .md )
39
- - [ IsDigit Module] ( docs/IsDigit .md )
40
- - [ IsIdentifier Module] ( docs/IsIdentifier .md )
41
- - [ IsLower Module] ( docs/IsLower .md )
42
- - [ IsNumeric Module] ( docs/IsNumeric .md )
43
- - [ IsSpace Module] ( docs/IsSpace .md )
44
- - [ IsTitle Module] ( docs/IsTitle .md )
45
- - [ IsUpper Module] ( docs/IsUpper .md )
46
- - [ Join Module] ( docs/Join .md )
47
- - [ LeftJustify Module] ( docs/LeftJustify .md )
48
- - [ Lower Module] ( docs/Lower .md )
49
- - [ LeftStrip Module] ( docs/LeftStrip .md )
50
- - [ MakeTrans Module] ( docs/MakeTrans .md )
51
- - [ Partition Module] ( docs/Partition .md )
52
- - [ Replace Module] ( docs/Replace .md )
53
- - [ RightFind Module] ( docs/RightFind .md )
54
- - [ RightIndex Module] ( docs/RightIndex .md )
55
- - [ RightJustify Module] ( docs/RightJustify .md )
56
- - [ RightPartition Module] ( docs/RightPartition .md )
57
- - [ RightSplit Module] ( docs/RightSplit .md )
58
- - [ RightStrip Module] ( docs/RightStrip .md )
59
- - [ Split Module] ( docs/Split .md )
60
- - [ SplitLines Module] ( docs/SplitLines .md )
61
- - [ StartsWith Module] ( docs/StartsWith .md )
62
- - [ Strip Module] ( docs/Strip .md )
63
- - [ SwapCase Module] ( docs/SwapCase .md )
64
- - [ Title Module] ( docs/Title .md )
65
- - [ Upper Module] ( docs/Upper .md )
66
- - [ ZeroFill Module] ( docs/ZeroFill .md )
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
67
68
68
69
69
## Contributing
@@ -76,4 +76,4 @@ Join our community to connect with other developers, ask questions, and share yo
76
76
77
77
- [ GitHub Discussions] ( ../../discussions )
78
78
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!
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