- 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.
推薦閱讀
- 自己動手寫搜索引擎
- Progressive Web Apps with React
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- PyTorch自然語言處理入門與實戰
- Learning Zurb Foundation
- 微信小程序入門指南
- Asynchronous Android Programming(Second Edition)
- INSTANT Sinatra Starter
- Creating Stunning Dashboards with QlikView
- Visual FoxPro 6.0程序設計
- 嵌入式Linux C語言程序設計基礎教程
- After Effects CC技術大全
- 算法精解:C語言描述
- 編程的原則:改善代碼質量的101個方法
- Java Web 從入門到項目實踐(超值版)