Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/moduletest/builtins/
H A Dbuiltinsregexp.js64 var reg7 = /\/(?:\B)/gm; variable
66 print(reg7.test(str7));
/arkcompiler/ets_runtime/test/moduletest/regexp/
H A Dregexp.js73 let reg7 = new RegExp("^(?<urlStrIndex>.*?)(?<urlStr>(?:https?[::]//)?(?:[a-z0-9-\\\\]+\\.)+" + "(?:com|edu|gov|mil|net|org|biz|info|name|museum|us|ca|uk|cn|cc|tw|de|au|sg|hk|ei|fr|me|im)(?![a-z])" + "(?:\\:\\d{4})?(?:/[a-z0-9.,;?'\\|*:\\\\+&%$#=~_-]*)*\\?(?:[a-z0-9]*=[a-z0-9.,;?'*:+%$#=~_\\u4E00-\\u9FA5-]*&?)*).*$", "i")
74 print(reg7.test('a'));

Completed in 3 milliseconds