RosettaCodeData/Task/Regular-expressions/AutoHotkey/regular-expressions.ahk

3 lines
128 B
AutoHotkey
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
MsgBox % foundpos := RegExMatch("Hello World", "World$")
MsgBox % replaced := RegExReplace("Hello World", "World$", "yourself")