博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Regular Expressions(Chapter 7 of JavaScript: The Good Parts)
阅读量:4694 次
发布时间:2019-06-09

本文共 388 字,大约阅读时间需要 1 分钟。

  A
regular expression is the specification of the syntax of a simple language. Regular expressions are used with methods to search, replace, and extract information from strings. The methods that work with regular expressions are
regexp.exec,
regexp.test,
string.match,
string.replace,
string.search, and
string.split.

转载于:https://www.cnblogs.com/zhtf2014/archive/2010/07/12/1776031.html

你可能感兴趣的文章
湖南工业大学个人选拔赛第二场 解题报告
查看>>
linux中iptables配置文件及命令详解
查看>>
批量更新
查看>>
Vue学习记录(二)
查看>>
前端面试-难点问题2-java和javascript的区别
查看>>
Linux及Arm-Linux程序开发笔记(零基础入门篇)
查看>>
Redis集群创建报错
查看>>
DispacherServlet 的作用
查看>>
POJ - 1426(Find The Multiple)
查看>>
如何引用vue
查看>>
一张图带你看懂原始dao与SQL动态代理开发的区别-Mybatis
查看>>
最锋利的Visual Studio Web开发工具扩展:Web Essentials详解
查看>>
Python面试315题
查看>>
python中使用多继承
查看>>
HDU 3578 Greedy Tino(双塔DP)
查看>>
HDU 1103 Flo's Restaurant(模拟+优先队列)
查看>>
游戏机生产厂家世界OL敏枪如何玩 敏枪玩法攻略
查看>>
瀑布流
查看>>
s.t.
查看>>
2016年10月30日--JavaScript语法
查看>>