IEmojiMatcherFindAll - метод

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

Definition

Пространство имён: Tessa.Emoji
Сборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
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.
.

См. также