g1 [Regex] g flag 사용 시 regex test can not use twice? JavaScript RegExp cant use twice? [duplicate] JavaScript RegExp cant use twice? I have a very strage problem: var cat = [ { slug: "test/foo", id: 1}, { slug: "test/bar", id: 1}]; var searchreg = new RegExp("test","g"); cat.forEach(function(item){ if(searchreg.test(item.slu... stackoverflow.com 글로벌 g 플래그 사용 시 첫 번째 매치를 찾은 곳을 기억 후 다음 test 실행 시 그 위치부터 찾기 시작한다. 한 문장에서 같은 단어를 여러번 찾는게 아니라면 g 플래그를 사용하지 .. 2023. 3. 31. 이전 1 다음