Code: Select all
PageArray := StrSplit(Clipboard , "`n")
Code: Select all
Line := RegExReplace(Line , "^(?:.+?•)(.+?)" , "$1")
Code: Select all
PageArray := StrSplit(Clipboard , "`n")
Code: Select all
Line := RegExReplace(Line , "^(?:.+?•)(.+?)" , "$1")
Code: Select all
MsgBox RegExReplace('abc•xyz' , "^(?:.+?•)(.+?)" , "$1") ; xyz
is A_Clipboard post a111Code: Select all
Clipboard
Return to “AutoHotkey v2 Help”
Users browsing this forum: No registered users and 5 guests