- 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.
推薦閱讀
- 少兒人工智能趣味入門:Scratch 3.0動畫與游戲編程
- Kali Linux Web Penetration Testing Cookbook
- Python入門很簡單
- Easy Web Development with WaveMaker
- Java軟件開發基礎
- Python機器學習:手把手教你掌握150個精彩案例(微課視頻版)
- Android Wear Projects
- Yii Project Blueprints
- Tableau 10 Bootcamp
- 案例式C語言程序設計實驗指導
- 快速入門與進階:Creo 4·0全實例精講
- Essential C++(中文版)
- SciPy Recipes
- C語言程序設計與應用(第2版)
- 編程改變生活:用Python提升你的能力(進階篇·微課視頻版)