首页 >

reg有什么区别 – python – 前端,python 生成递增序列号

python教程是什么,知乎 c python,python获取模块路径,多进程运算python,python数学工作室,python inarray,group() python,python随机生成,唐博python,python函数compile,python 生成递增序列号reg有什么区别 - python - 前端,python 生成递增序列号

1、str.replace(/ /ig,””);

2、new RegExp的方式

代码示例:

<form name=form1>

字符串:<input name=”t1″ value=”123456″>

模式:/<input name=”t2″ value=”^\d*$”>/

</form>

<script language=javascript>

function c1()

{

re=new RegExp(“^\d*$”);

alert(re.test(“123456”));

}

function c2(form)

{

re=new RegExp(form.t2.value);

alert(re.test(form.t1.value));

}

function c3(){

re=/^\d*$/;

alert(re.test(“123456”));

}

c1();

c2(document.form1);

c3();

</script>

上面的代码结果为:FALSE,TRUE,TRUE

请问结果中为什么第一个为FALSE?

第一个应为 re=new RegExp(“^\\d*$”);

\在引号中需要转义

第一双有双引号,双引号要加多一次转义的,第二个没有,这就是区别


reg有什么区别 - python - 前端,python 生成递增序列号
  • python创建工作路径是干什么 - python - 前端,python curses模块下载
  • python创建工作路径是干什么 - python - 前端,python curses模块下载 | python创建工作路径是干什么 - python - 前端,python curses模块下载 ...

    reg有什么区别 - python - 前端,python 生成递增序列号
  • 初学Python要多久才能入门 - python - 前端,python实现for循环
  • 初学Python要多久才能入门 - python - 前端,python实现for循环 | 初学Python要多久才能入门 - python - 前端,python实现for循环 ...

    reg有什么区别 - python - 前端,python 生成递增序列号
  • class用法 - python - 前端,python开发环境部署
  • class用法 - python - 前端,python开发环境部署 | class用法 - python - 前端,python开发环境部署 ...