Kaya 0.5.2 reference for Regex::replaced

List of functions and data types in Regex

String replaced(String key, String new, String str, [ReplaceFlags] fl=createArray(1), [REFlags] mfl=createArray(1))

Arguments

Usage

Replace the first match (or all matches if fl contains Global) of key with new in the String str. new> may contain back references into the pattern, $1, $2, etc, which stand for sub-matches. Returns a new string.

str may be a Tainted string. This function will return an untainted string

Related

kaya@kayalang.org | Last modified 29 November 2011 | Supported by Durham CompSoc | Powered by Kaya