【发布时间】:2015-08-31 20:16:48
【问题描述】:
我想从某个位置找到 indexOF 第一个非 aplhabetic char
Example
abc4sss5gggg10
我想获得 5 的位置,但要指定我开始搜索的位置
【问题讨论】:
-
第一个非 alpha char it 4.
-
@AvinashRaj
char from a certain postion on -
您真的应该向我们展示您的尝试。
-
另一个与解决方案非常相似的问题。 stackoverflow.com/questions/273789/…
标签: javascript string indexof