- 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.
推薦閱讀
- Learning LibGDX Game Development(Second Edition)
- ExtGWT Rich Internet Application Cookbook
- 軟件項目估算
- Java程序設計實戰教程
- 數據結構與算法JavaScript描述
- 精通Scrapy網絡爬蟲
- C語言程序設計案例式教程
- Full-Stack Vue.js 2 and Laravel 5
- 深度學習:算法入門與Keras編程實踐
- uni-app跨平臺開發與應用從入門到實踐
- Visual C++開發寶典
- 你真的會寫代碼嗎
- C/C++代碼調試的藝術(第2版)
- Flask開發Web搜索引擎入門與實戰
- Android開發進階實戰:拓展與提升