在本文中,我们将看到如何从文本中选择一个字符串,并借助AngularJS将其替换为另一个字符串。
方法:方法是使用replace()方法,并用新的替换字符串的内容。在第一个示例中,字符串“ Welcome User ”被单词“ Geek ”代替“ User ”。在第二个示例中,单词“ User ”被用户在输入元素中输入的字符串替换。
范例1:
GeeksForGeeks
Replace a string by
another in AngularJS
String = '{{str1}}'
Replaced String = '{{str2}}'
输出:
范例2:
GeeksForGeeks
Replace a string by
another in AngularJS
Enter here:
String = {{str1}}
输出: