- 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.
推薦閱讀
- Dynamics 365 for Finance and Operations Development Cookbook(Fourth Edition)
- Vue.js 3.x快速入門
- Photoshop智能手機APP UI設計之道
- Maven Build Customization
- Python自動化運維快速入門(第2版)
- Java設計模式及實踐
- 利用Python進行數據分析(原書第3版)
- Python算法從菜鳥到達人
- Android驅動開發權威指南
- 細說Python編程:從入門到科學計算
- Test-Driven JavaScript Development
- Java程序設計基礎(第6版)
- SEO教程:搜索引擎優化入門與進階(第3版)
- 基于GPU加速的計算機視覺編程:使用OpenCV和CUDA實時處理復雜圖像數據
- Python預測分析實戰