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::findLast
findLast(value: String, pattern: Regex)
Parameter
Type
Description
value
String
pattern
Regex
Returns
(String) The first occurrence of the given pattern in the given value.