Skip to content

library__re

Robert Bossy edited this page Jul 27, 2017 · 1 revision

#re

Synopsis

Functons

re:find:pattern(target, fun)

re:findall:pattern(target, fun)

Evaluates target as a string, then applies the pattern regular expression to target. Evaluates fun as a list of elements for each match, fun accepts additional functions from match. Returns the list of all elements that each call the fun returned.

Clone this wiki locally