reg = new RegExp(/e(.*?)e/g); var result; while((result = reg.exec(targetText)) !== null) { doSomethingWith(result); }
沒有留言:
張貼留言