Documentation
Regex
.
Unicode
.
Emoji
Search
Google site search
return to top
source
Imports
Init
UnicodeBasic
Regex.Interval
Regex.Unicode.Utils
Imported by
Unicode
.
Emoji
Unicode
.
instToStringEmoji
Unicode
.
Emojis
.
txt
Unicode
.
Emojis
.
data
Unicode
.
getEmoji
source
structure
Unicode
.
Emoji
:
Type
name :
String
properties :
Array
(
UInt32
×
Option
UInt32
)
Instances For
source
instance
Unicode
.
instToStringEmoji
:
ToString
Unicode.Emoji
Equations
Unicode.instToStringEmoji
=
{
toString
:=
fun (
s
:
Unicode.Emoji
) =>
toString
""
++
toString
s
.name
++
toString
" "
++
toString
s
.properties
++
toString
""
}
source
def
Unicode
.
Emojis
.
txt
:
String
Equations
One or more equations did not get rendered due to their size.
Instances For
source
def
Unicode
.
Emojis
.
data
:
Array
Unicode.Emoji
Equations
Unicode.Emojis.data
=
#[]
Instances For
source
def
Unicode
.
getEmoji
(s :
String
)
:
Except
String
(
Array
(
NonemptyInterval
Char
)
)
Equations
One or more equations did not get rendered due to their size.
Instances For