You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Se a regexp tiver a flag `padrão:g`, o`regexp.test` procura na propriedade `regexp.lastIndex` e atualiza-a, assim como `regexp.exec`
315
+
Se a regexp tiver a flag `padrão:g`, então`regexp.test` procura a partir da propriedade `regexp.lastIndex` e atualiza esta propriedade, assim como `regexp.exec`.
316
316
317
317
Então podemos usar isso para buscar a partir de uma posição fornecida:
0 commit comments