Swiftpack.co - elmoritz/common as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by elmoritz.
elmoritz/common 1.0.1
Swift Package for common extensions
⭐️ 0
🕓 2 years ago
macOS
.package(url: "https://github.com/elmoritz/common.git", from: "1.0.1")

Common

This Package contains different Helper or convenience extensions to simplify your life.

currently contains:

  • String-extension:

    • adds 'stripHTML(activeFallback : Bool)' This function will try to remove all HTML-Tags in the String. If possible the 'String' is modified to represent the HTML-Tags free version of itself If NOT possible, you have a choice to pass along 'activeFallback:Bool ActiveFallback == true will add 'CONFLICT: ' to itself ActiveFallback == false will return an empty 'String'
  • Collection-extension:

    • adds a possibility to get any object at a certain index, without crashing. The returned Value is an optional Value.

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