3 lines
93 B
Text
3 lines
93 B
Text
if (Match(".* string$", REGEXP)==0) {
|
|
Statline_Message("This line ends with 'string'")
|
|
}
|