- Java 9 Regular Expressions
- Anubhava Srivastava
- 73字
- 2021-07-02 18:58:36
Boundary constructs
Boundary constructs allow us to specify where our matches should start or stop by restricting our matches to certain boundaries. We avoid matching unwanted text by adding restrictions to the start and stop positions of the matching text using boundary matchers. Here are all the boundary constructs available in Java regular expressions:

Let's recall from the first chapter that [a-zA-Z0-9_] are called word characters. All other characters are considered non-word characters.
推薦閱讀
- The Complete Rust Programming Reference Guide
- Rake Task Management Essentials
- 機器人Python青少年編程開發(fā)實例
- 前端架構:從入門到微前端
- Java項目實戰(zhàn)精編
- HTML+CSS+JavaScript網(wǎng)頁設計從入門到精通 (清華社"視頻大講堂"大系·網(wǎng)絡開發(fā)視頻大講堂)
- Building Dynamics CRM 2015 Dashboards with Power BI
- Scala編程實戰(zhàn)
- Microsoft HoloLens By Example
- SQL Server on Linux
- MATLAB 2020 GUI程序設計從入門到精通
- C Primer Plus(第6版)中文版【最新修訂版】
- 計算機常用算法與程序設計教程(第2版)
- Isomorphic JavaScript Web Development
- Python量子計算實踐:基于Qiskit和IBM Quantum Experience平臺