代码搜索:regular

找到约 4,507 项符合「regular」的源代码

代码结果 4,507
www.eeworm.com/read/250058/12438477

js regular_expression_test.js

var string = "Want to test a string? Use a regular expression!"; var pattern = /test.*regular/; if (pattern.test(string)) { var result = "Matched"; } else { var result = "Not matched"; } alert("
www.eeworm.com/read/229088/14353445

vcproj regular_vs2005.vcproj