EmojiMatcherFindAll - метод
Ищет все эмодзи в строке.
Пространство имён: Tessa.EmojiСборка: Tessa (в Tessa.dll) Версия: 4.0.4
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)