- Java 9 Regular Expressions
- Anubhava Srivastava
- 93字
- 2021-07-02 18:58:32
Getting Started with Regular Expressions
In this chapter, you will be introduced to regular expressions (or regex in short). You will learn about some real-world problems that can be solved by using regular expressions and the basic building blocks of regular expressions.
We will be covering the following topics in this chapter:
- Introduction to regular expressions
- A brief history of regular expressions
- The various flavors of regular expressions
- What type of problems need regular expressions to solve
- The basic rules of writing regular expressions
- Standard regular expression meta characters
- Basic regular expression examples
推薦閱讀
- Java 開發從入門到精通(第2版)
- 自己動手實現Lua:虛擬機、編譯器和標準庫
- Learning Informatica PowerCenter 10.x(Second Edition)
- Learn Scala Programming
- 教孩子學編程:C++入門圖解
- 數據結構案例教程(C/C++版)
- 編寫高質量代碼:改善Objective-C程序的61個建議
- C++ Fundamentals
- SciPy Recipes
- OpenMP核心技術指南
- Mastering Gephi Network Visualization
- Web前端測試與集成:Jasmine/Selenium/Protractor/Jenkins的最佳實踐
- 菜鳥成長之路
- Django 3 Web Development Cookbook
- Roslyn Cookbook