substitute — Change a string by regular expression substitution
substitute(from
,match pattern
)
substitute(from
,match pattern
,result pattern
)
This expression changes a string into another string with regular expression matching.
from
that matches match pattern
.
result pattern
applied to the result of matching from
with the match pattern
.
browse-by-query home | antlersoft free software | sourceforge project page |