在本文中,我们将看到如何在 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}}
输出: