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 -

package.cpath = package.cpath .. ";"..reaper.GetResourcePath() .."/UserPlugins/?.dll"

require("reaper_AZSTOKE_SILVER")


function Msg(param)

reaper.ShowConsoleMsg(tostring(param).."\n")

end


textStr = "AZSTOKE Geme Audio"

replaceText = reaper.AZ_ReplaceSearchString(textStr,"AZSTOKE","RIGDOCKS")

Msg(replaceText)

STRING

AZ_ReplaceSearchString

Supported versions:

1.0.3

onwards

String replacement

bottom of page