阅读背景:

用于重复将字符串拆分为较小部分的数据结构

来源:互联网 

I'm trying to write a function that repeatedly matches regexp patterns against an input string. The function should take pattern 1 match it against the input string and split it into parts of matching and non-matching segments. Pattern 2 would subsequently be used on those non-matching segments, until all input patterns are used. The return argument would then be an array of all the substrings.I'm trying to write a function that repeatedly




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: