Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a batch replacer for plain text #3

Closed
Gummibeer opened this issue Mar 4, 2021 · 1 comment · Fixed by #5
Closed

Add a batch replacer for plain text #3

Gummibeer opened this issue Mar 4, 2021 · 1 comment · Fixed by #5

Comments

@Gummibeer
Copy link
Member

In preparation for #2 a method that only parses a given text and replaces ALL emojis in it would be helpful.
This could be used for blogpost content for example or other non HTML texts. And it can be used by the HTML parser to replace all emojis in the content of an HTML tag.

This shouldn'T depend on any library but use PHP regex to find and replace the emojis.

@Gummibeer
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

1 participant