Home
last modified time | relevance | path

Searched refs:str10 (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/regexp/
Dregexp.js289 const str10 = "abcabcabc"; constant
290 const matches = regex.test(str10);
292 const matches1 = regex.exec(str10);