Enhance your Go abilities further with extensive exploration into string operations and type conversions. This course focuses on realistic implementations and aids in mastering these two crucial areas.
Overview
Syllabus
- Unit 1: String Manipulation: Reversing Words in Go
- Rotate Words in a String
- String Alphabet Opposites Transformation
- Capitalize First Letter of Each Word in String
- Unit 2: Parsing and Multiplying Numbers in Go
- Parse and Swap Hyphen-Separated String
- Parse and Sum Scores from a String
- Reposition Alphabetic Characters After Numbers
- Unit 3: Time Parsing and Type Conversions in Go
- Add Seconds to Time Points
- Calculate Minutes Between Time Periods
- Calculate Future Date by Adding Days
- Unit 4: String Manipulation in Go: Finding Substring Occurrences
- Replace Substrings in a String
- Reverse Words in Sentences
- Spotting Swapped Characters