IEmojiMatcherFindAll - метод

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

Definition

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

См. также