- JavaScript:Moving to ES2015
- Ved Antani Simon Timms Narayan Prusty
- 67字
- 2021-07-09 19:07:34
Exact match
Any sequence of characters that's not a special RegEx character or operator represents a character literal:
var pattern = /orange/;
We mean o
followed by r
followed by a
followed by n
followed by …—you get the point. We rarely use exact match when using RegEx because that is the same as comparing two strings. Exact match patterns are sometimes called simple patterns.
推薦閱讀
- JavaScript從入門到精通(微視頻精編版)
- Building a RESTful Web Service with Spring
- CentOS 7 Linux Server Cookbook(Second Edition)
- 軟件測試項(xiàng)目實(shí)戰(zhàn)之性能測試篇
- Java軟件開發(fā)基礎(chǔ)
- Learning Apache Mahout Classification
- Learning DHTMLX Suite UI
- Learning FuelPHP for Effective PHP Development
- Visual C#通用范例開發(fā)金典
- Mastering AWS Security
- Raspberry Pi Robotic Projects(Third Edition)
- 遠(yuǎn)方:兩位持續(xù)創(chuàng)業(yè)者的點(diǎn)滴思考
- Visual C++從入門到精通(第2版)
- 循序漸進(jìn)Vue.js 3前端開發(fā)實(shí)戰(zhàn)
- Python程序員面試算法寶典