EmojiMatcherFindAll - метод

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

Definition

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

Параметры

line  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.
.

Реализации

IEmojiMatcherFindAll(String)

См. также