IEmojiMatcherFindAll - метод
Ищет все эмодзи в строке.
Пространство имён: Tessa.EmojiСборка: Tessa (в Tessa.dll) Версия: 4.0.4
MatchCollection FindAll(
string text
)
Function FindAll (
text As String
) As MatchCollection
MatchCollection^ FindAll(
String^ text
)
abstract FindAll :
text : string -> MatchCollection
- text String
- Строка для поиска.
MatchCollectionRepresents the set of successful matches found by iteratively applying a regular expression pattern to the input string.
.