EmojiMatcherFindAll - метод
Ищет все эмодзи в строке.
Пространство имён: Tessa.EmojiСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public MatchCollection FindAll(
string line
)
Public Function FindAll (
line As String
) As MatchCollection
public:
virtual MatchCollection^ FindAll(
String^ line
) sealed
abstract FindAll :
line : string -> MatchCollection
override FindAll :
line : string -> MatchCollection
- line String
-
MatchCollectionRepresents the set of successful matches found by iteratively applying a regular expression pattern to the input string.
.
IEmojiMatcherFindAll(String)