blob: e7206f3049227528c3a2061a9fcca05dcb5a890a [file] [log] [blame]
match(/^a/m, "b");
null
match(/$a?/m, "");
[""]