Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Halotis/EscapeHTML

simple Swift framework that escapes special HTML characters
https://github.com/Halotis/EscapeHTML

Last synced: 3 months ago
JSON representation

simple Swift framework that escapes special HTML characters

Awesome Lists containing this project

README

        

EscapeHTML
============

Swift library to escape HTML special characters

## Example

```swift
import EscapeHTML

escape("

some html

")
```

## License

MIT