Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joanfabregat committed Apr 25, 2022
1 parent f84e00c commit f123f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# UTF-8 sanitizer

A simple UTF-8 sanitizer written in PHP 8.
A simple UTF-8 sanitizer written in PHP 8. This code is based after this [StackOverflow response](https://stackoverflow.com/a/1523574/1839947) and the W3C UTF-8 verification [recommended regular expression](https://www.w3.org/International/questions/qa-forms-utf-8.en).

## Usage
```php
Expand Down

0 comments on commit f123f45

Please sign in to comment.