Answered
SDK Javascript replace ignore case string
Hey
Every tutorial/info I find usually uses "modern" javascript, but since PS is rocking one from 1990... I have no idea how to do it :- )
Can any1 let me know how to do a string replace?
var key = "hello"
var value = "Hello World"
var final = "Nice"
value.replace(/key/gi,final)
does not work.
Any hints?
TIA!
