top of page
- API -

normalizedText = reaper.AZ_NormalizeText(text)

- API Detail-

▼Input values

  • text(string): target string

▼Output values

  • normalizedText(string): normalized


String normalization: removing symbols and unifying case

- SCRIPT -

dofile(reaper.AZ_GetLuaInitPath())

require("reaper_AZSTOKE_SILVER")


text = reaper.AZ_NormalizeText("あああ!?Aaa,、 @*# l2345")


Msg(text)


STRING

AZ_NormalizeText

Supported versions:

1.4.0

onwards

Normalize a string (remove symbols, unify case)

bottom of page