top of page
- API -

checkType = reaper.AZ_ReplaceSearchString(textStr,checkStr)

- API Detail -

▼入力値 

textStr(string):テキスト

searchString(string) : 検索テキスト

replaceString(string) : 置換テキスト


▼出力値 

string(string):API実行後のテキスト

- SIMPLE 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

対応バージョン:

1.0.0

以降

文字列の置換

bottom of page