File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ Installation
14
14
.. include :: /components/require_autoload.rst.inc
15
15
16
16
17
- Transliteration
18
- ---------------
17
+ Emoji Transliteration
18
+ ---------------------
19
19
20
20
The ``EmojiTransliterator `` class offers a way to translate emojis into their
21
21
textual 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::
67
67
// => 'Menus with 🥗 or 🧆'
68
68
69
69
70
- String Manipulation
71
- -------------------
72
-
73
- Slug Emojis
74
- ~~~~~~~~~~~
70
+ Emoji Slugger
71
+ -------------
75
72
76
73
Combine the emoji transliterator with the :doc: `/components/string `
77
74
to 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
94
91
Integrating the Emoji Component with the String component is straightforward and requires no additional
95
92
configuration.string.
96
93
97
- Strip Emojis
98
- ~~~~~~~~~~~~
94
+ Removing Emojis
95
+ ---------------
99
96
100
97
The ``EmojiTransliterator `` can also be used to remove all emojis from a string, via the
101
98
special ``strip `` locale::
You can’t perform that action at this time.
0 commit comments