From abb065e60258a81b85d56bf1feaa1f0ca7e02b47 Mon Sep 17 00:00:00 2001 From: Jan Lelis Date: Wed, 6 Nov 2024 14:44:24 +0100 Subject: [PATCH] Fix example in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32ed17d..106adfa 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ string = "String which contains all types of Emoji sequences: - Sequence using ZWJ (zero width joiner): πŸ€ΎπŸ½β€β™€οΈ " -string.scan(Unicode::Emoji::REGEX) # => ["😴", "▢️", "πŸ›ŒπŸ½", "πŸ‡΅πŸ‡Ή", "🏴󠁧󠁒󠁳󠁣󠁴󠁿", "2️⃣", "πŸ€ΎπŸ½β€β™€οΈ"] +string.scan(Unicode::Emoji::REGEX) # => ["😴", "▢️", "πŸ›ŒπŸ½", "πŸ‡΅πŸ‡Ή", "🏴󠁧󠁒󠁳󠁣󠁴󠁿", "2️⃣", "🏻", "πŸ€ΎπŸ½β€β™€οΈ"] ``` Depending on your exact usecase, you can choose between multiple levels of Emoji detection: