将任何字符串与开头的p匹配
要使用javascriptregexp匹配任何以p开头的字符串,请使用^pQuantifier-
示例
<html>
<head>
<title>JavaScript Regular Expression</title>
</head>
<body>
<script>
var myStr = "Welcome to our website. We Learners!";
var reg = /^We/g;
var match = myStr.match(reg);
document.write(match);
</script>
</body>
</html>热门推荐
10 小学毕业父母简短祝福语
11 幼儿生日祝福语模板简短
12 新娘妈妈的祝福语简短
13 邻居聚会祝福语大全简短
14 十条祝福语简短
15 给同学祝福语的简短
16 过年祝福语简短祝妈妈
17 祝女儿简短祝福语大全
18 恩师诗词祝福语简短大全