- 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.
推薦閱讀
- Git Version Control Cookbook
- 案例式C語言程序設(shè)計(jì)
- Rust實(shí)戰(zhàn)
- MySQL數(shù)據(jù)庫應(yīng)用與管理 第2版
- 深入淺出Electron:原理、工程與實(shí)踐
- Practical Internet of Things Security
- FreeSWITCH 1.6 Cookbook
- 網(wǎng)頁設(shè)計(jì)與制作教程(HTML+CSS+JavaScript)(第2版)
- Mastering ServiceNow(Second Edition)
- 深入RabbitMQ
- HTML5秘籍(第2版)
- Android應(yīng)用開發(fā)實(shí)戰(zhàn)
- 動(dòng)手打造深度學(xué)習(xí)框架
- 單片機(jī)原理及應(yīng)用技術(shù)
- QPanda量子計(jì)算編程