HTMLString
HTMLString copied to clipboard
Escape and unescape HTML entities in Swift
My use case requires that certain characters are _not_ escaped, in particular things that appear in URLs (`=&`).
When we get a substring value from a `String` value (using .prefix, .suffix, subscript and so on), we can get the value in `Substring` type. The `Substring` type provide a...
Hi, I was wondering if there was a plan to do an update to include Privacy Manifest file? Looking at the latest commits, I wonder if the project is still...