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::replaceWithClosure
replaceWithClosure(value: String, pattern: Regex) => a
Parameter
Type
Description
value
String
The entire string
pattern
Regex
The pattern to replace
Returns
(String)