- 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
推薦閱讀
- VMware View Security Essentials
- ServiceNow Application Development
- MATLAB圖像處理超級學習手冊
- Visual C++實例精通
- Java 9 Programming Blueprints
- Linux網絡程序設計:基于龍芯平臺
- Clojure Reactive Programming
- Corona SDK Mobile Game Development:Beginner's Guide(Second Edition)
- jQuery炫酷應用實例集錦
- Django 3.0入門與實踐
- Implementing Microsoft Dynamics NAV(Third Edition)
- Magento 2 Developer's Guide
- Learning RSLogix 5000 Programming
- Java Web開發任務教程
- 實戰圖解MACD波段交易技術