mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 11:58:20 -07:00
17 lines
242 B
Plaintext
17 lines
242 B
Plaintext
:_
|
|
:foo
|
|
:BAR?
|
|
:Baz_42!
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["symbol", ":_"],
|
|
["symbol", ":foo"],
|
|
["symbol", ":BAR?"],
|
|
["symbol", ":Baz_42!"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for symbols. |