I am trying to get Construct 3 to colourize all words in Global String "Variable1" which contain the letter "ि" and are seperated from each other by whitespace,into red colour but currently I am able to colourize only a single letter by using these two actions and expressions-
1.Set Variable 1 to replace(Variable1,ि,"[color=#ff0000]ि[/color]")
2.Set Text to left(Variable1,396)
,and so can anyone tell me how to colourize entire words in Variable1 which contain the letter "ि" and then render them highlighetd in the Text Object
Thanks.