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::isMatch
isMatch(value: String, pattern: Regex)
Parameter
Type
Description
value
String
pattern
Regex
Returns
(Boolean) Whether a match of the pattern is found anywhere in the given value.