RosettaCodeData/Task/Regular-expressions/Inform-7/regular-expressions.inf

5 lines
190 B
INI
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
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";