Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/moduletest/regexpflagd/
H A Dregexpflagd.js22 var regexpNames = /姓氏:(?<first>.+),名字:(?<last>.+)/gmd; variable
24 var result = regexpNames.exec(users);
25 print(regexpNames.hasIndices);
26 print(regexpNames.flags);
35 result = regexpNames.exec(users);

Completed in 1 milliseconds