Home
last modified time | relevance | path

Searched refs:regexp1 (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/toolchain/tooling/test/testcases/js/
H A Dmodule_variable.js145 var regexp1 = /^\d+\.\d+$/i; variable
164 export {regexp1};
/arkcompiler/ets_runtime/test/moduletest/regexp/
H A Dregexp.js368 var regexp1 = /a*/gs; variable
371 print(regexp1.exec('aaa'));

Completed in 3 milliseconds