如何使用 JavaScript 计算字符串中出现的字符串?
在 JavaScript 中,我们可以通过计算字符串在字符串中出现的次数来计算字符串在字符串中出现的次数。 JavaScript 提供了一个函数match() ,用于生成数组中所有出现的字符串。
通过计算数组大小,这将返回字符串中子字符串出现的次数。
查找字符串中出现次数的脚本:
count string occurrence in a string
GeeksForGeeks
count string occurrence in a string
输出:
- 在点击按钮之前:
- 点击按钮后:
函数中的“g”指定全局,用于搜索整个字符串,而不是通过查找第一个匹配项来停止。
示例 2:使用循环计算“GeeksforGeeks”中for的出现次数。
count string occurrence in a string
GeeksForGeeks
count string occurrence in a string
输出:
- 在点击按钮之前:
- 点击按钮后:
count string occurrence in a string
GeeksForGeeks
count string occurrence in a string
输出:
- 在点击按钮之前:
- 点击按钮后:
count string occurrence in a string
GeeksForGeeks
count string occurrence in a string
输出:
- 在点击按钮之前:
- 点击按钮后: