@@ -14,8 +14,8 @@ Installation
1414 ..include ::/components/require_autoload.rst.inc
1515
1616
17- Transliteration
18- ---------------
17+ Emoji Transliteration
18+ ---------------------
1919
2020The ``EmojiTransliterator `` class offers a way to translate emojis into their
2121textual representation in all languages based on the `Unicode CLDR dataset `_::
@@ -67,11 +67,8 @@ Convert Slack short codes to emojis with the ``slack-emoji`` locale::
6767 // => 'Menus with 🥗 or 🧆'
6868
6969
70- String Manipulation
71- -------------------
72-
73- Slug Emojis
74- ~~~~~~~~~~~
70+ Emoji Slugger
71+ -------------
7572
7673Combine the emoji transliterator with the:doc: `/components/string `
7774to improve the slugs of contents that include emojis (e.g. for URLs).
@@ -94,8 +91,8 @@ Call the ``AsciiSlugger::withEmoji()`` method to enable the emoji transliterator
9491 Integrating the Emoji Component with the String component is straightforward and requires no additional
9592 configuration.string.
9693
97- Strip Emojis
98- ~~~~~~~~~~~~
94+ Removing Emojis
95+ ---------------
9996
10097The ``EmojiTransliterator `` can also be used to remove all emojis from a string, via the
10198special ``strip `` locale::