Swiftpack.co - plr-100daysOfSwift/StringExtensions as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by plr-100daysOfSwift.
plr-100daysOfSwift/StringExtensions challenge-3
Project 24
⭐️ 0
🕓 2 years ago
.package(url: "https://github.com/plr-100daysOfSwift/StringExtensions.git", from: "challenge-3")

StringExtensions

Hacking with Swift: 100 Days of Swift - Project 24

License: MIT

Challenges

  1. Create a String extension that adds a withPrefix() method. If the string already contains the prefix it should return itself; if it doesn’t contain the prefix, it should return itself with the prefix added. For example: "pet".withPrefix("car") should return “carpet”.
  2. Create a String extension that adds an isNumeric property that returns true if the string holds any sort of number. Tip: creating a Double from a String is a failable initializer.
  3. Create a String extension that adds a lines property that returns an array of all the lines in a string. So, “this\nis\na\ntest” should return an array with four elements.

GitHub

link
Stars: 0
Last commit: 2 years ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

Project 24
2 years ago

The three challenges for the project are complete.

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics