You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: