Is there also a short possibility to search for a special character in a value?Like if it contains an "a" = "true".If it contains no "a" = "false".I want to create a similar script with no variable.this.rawValue = this.rawValue.replace(/ü/,"ue")Works for the first character, but not for the followin...