HTMLString icon indicating copy to clipboard operation
HTMLString copied to clipboard

Escape and unescape HTML entities in Swift

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

### Enhancement Request: Add Icelandic HTML Entities to `unescapingTable` **Description:** I would like to request the addition of Icelandic HTML entities to the `unescapingTable` in the HTML string mappings. Specifically,...