- 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
推薦閱讀
- GraphQL學習指南
- Mastering Objectoriented Python
- PaaS程序設計
- Functional Programming in JavaScript
- MySQL從入門到精通(軟件開發(fā)視頻大講堂)
- FPGA嵌入式項目開發(fā)實戰(zhàn)
- C++程序設計
- Python Programming for Arduino
- Application Development with Swift
- React and React Native
- Java面試一戰(zhàn)到底(基礎卷)
- Android開發(fā)權威指南(第二版)
- Python實戰(zhàn)指南:手把手教你掌握300個精彩案例
- C語言從入門到精通(微視頻精編版)
- 三步學Python