Skip to content
The Elk Shell Language
Search
K
Main Navigation
Reference
Standard Library
GitHub
Appearance
GitHub
Menu
Return to top
On this page
Table of Contents for current page
re::findAll
findAll(value: String, pattern: Regex)
Parameter
Type
Description
value
String
pattern
Regex
Returns
(Generator) All the occurrences of the given pattern in the given value.