top of page
- API -
checkType = reaper.AZ_ReplaceSearchString(textStr,checkStr)
- API Detail-
▼Input value
textStr(string): Text
searchString(string) : Search text
replaceString(string) : replacement text
▼Output value
retval(boolean): Success or failure of API execution
string(string): Text after API execution
- SCRIPT -
dofile(reaper.AZ_GetLuaInitPath())
require("reaper_AZSTOKE_SILVER")
textStr = "AZSTOKE Geme Audio"
replaceText = reaper.AZ_ReplaceSearchString(textStr,"AZSTOKE","RIGDOCKS")
Msg(replaceText)
STRING
AZ_ReplaceSearchString
Supported versions:
1.0.0
onwards
String replacement

bottom of page


