- Java 9 Regular Expressions
- Anubhava Srivastava
- 108字
- 2021-07-02 18:58:34
Summary
In this chapter, you were introduced to regular expressions with a bit of history and their flavors. You learnt some use cases where regex are needed. Finally, we covered the basic rules and building blocks of writing regex, with a few examples. You also learnt the eager-matching behavior of the regex engine and how it may impact matching in alternations.
In the next chapter, we will go a level deeper and cover the core concepts of regex in detail, such as quantifiers, lazy vs greedy matching, anchors, negated character classes, Unicode and predefined character classes, special escape sequences, and the rules of escaping inside a character class.
推薦閱讀
- ClickHouse性能之巔:從架構(gòu)設(shè)計(jì)解讀性能之謎
- Java EE 6 企業(yè)級(jí)應(yīng)用開發(fā)教程
- 數(shù)據(jù)結(jié)構(gòu)(Java語(yǔ)言描述)
- Python高級(jí)編程
- Learning Linux Binary Analysis
- Kali Linux Wireless Penetration Testing Beginner's Guide(Third Edition)
- MongoDB權(quán)威指南(第3版)
- 軟件供應(yīng)鏈安全:源代碼缺陷實(shí)例剖析
- Django 3.0入門與實(shí)踐
- 寫給程序員的Python教程
- BeagleBone Robotic Projects(Second Edition)
- C語(yǔ)言程序設(shè)計(jì)實(shí)訓(xùn)教程與水平考試指導(dǎo)
- Mastering Unity Scripting
- Python實(shí)戰(zhàn)指南:手把手教你掌握300個(gè)精彩案例
- MATLAB/Simulink建模與仿真