4 lines
190 B
INI
4 lines
190 B
INI
let T be indexed text;
|
|
let T be "A simple string";
|
|
if T matches the regular expression ".*string$", say "ends with string.";
|
|
replace the regular expression "simple" in T with "replacement";
|