- Java 9 Regular Expressions
- Anubhava Srivastava
- 116字
- 2021-07-02 18:58:33
Various flavors of regular expressions
All the programming and scripting languages have built-in support for regular expressions these days. The basic rules to define and execute regular expressions are pretty much the same across all the languages. However, these regex implementations have their own flavors that differ from each other at the advanced level. We will cover regular expressions using Java in this book.
Some of the popular flavors of regular expressions are as follows:
- .NET
- Java
- Perl
- PCRE (PHP)
- JavaScript
- VBScript
- Python
- R
- Ruby
- std::regex
- boost::regex
- Basic Regular Expressions (BRE) - used by Unix utilities ed, vi, sed, grep, and so on
- Extended Regular Expressions (ERE) - used by Unix utilities sed, grep, awk, and so on
推薦閱讀
- Mastering Ember.js
- Python機器學習實戰
- Data Analysis with Stata
- R Data Analysis Cookbook(Second Edition)
- Learning SciPy for Numerical and Scientific Computing(Second Edition)
- Python Web數據分析可視化:基于Django框架的開發實戰
- Getting Started with LLVM Core Libraries
- Visual Basic程序設計上機實驗教程
- Learning jQuery(Fourth Edition)
- PHP 7從零基礎到項目實戰
- Vue.js 3應用開發與核心源碼解析
- Python無監督學習
- Less Web Development Cookbook
- Vue.js 3.x高效前端開發(視頻教學版)
- Mapping with ArcGIS Pro