RosettaCodeData/Task/Regular-expressions/Vedit-macro-language/regular-expressions-2.vedit

4 lines
95 B
Text
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
if (Search("string$", REGEXP+NOERR)) {
Statline_Message("'string' at and of line found")
}