IEmojiMatcherFindAll - метод

Ищет все эмодзи в строке.

Definition

Пространство имён: Tessa.Emoji
Сборка: Tessa (в Tessa.dll) Версия: 4.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
C#
MatchCollection FindAll(
	string text
)

Параметры

text  String
Строка для поиска.

Возвращаемое значение

MatchCollection
Represents the set of successful matches found by iteratively applying a regular expression pattern to the input string. The collection is immutable (read-only) and has no public constructor. The [T:System.Text.RegularExpressions.Regex.Matches(System.String)] method returns a MatchCollection object.
.

См. также