HTMLString icon indicating copy to clipboard operation
HTMLString copied to clipboard

Escape and unescape HTML entities in Swift

Results 3 HTMLString issues
Sort by recently updated
recently updated
newest added

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...