Skip to content

Commit

Permalink
Merge pull request #1 from arispati/development
Browse files Browse the repository at this point in the history
fix: numbers are filtered
  • Loading branch information
arispati authored Jan 11, 2021
2 parents 0fc3b03 + 2800c12 commit 578023e
Show file tree
Hide file tree
Showing 3 changed files with 226 additions and 162 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,9 @@ $textFiltered = EmojiRemover::filter($text);
// replace emoji to another string
$textReplaced = EmojiRemover::filter($text, 'removed');
// result: "Emoji removed"
```

## Testing
```bash
composer test
```
Loading

0 comments on commit 578023e

Please sign in to comment.