- Java 9 Regular Expressions
- Anubhava Srivastava
- 116字
- 2021-07-02 18:58:33
A bit of history of regular expressions
Renowned mathematician Stephen Kleene built a model in the year 1956 using finite automata for simple algebra. He described regular languages using his mathematical notation called regular sets. Computer programmers started using regular expressions in the 1970s when the Unix operating system and some of its text editors and text processing utilities such as ed, sed, emacs, lex, vi, grep, awk, and so on were built. Regular expressions gained more popularity with the arrival of Perl and Tcl scripting languages in the 1980s and 1990s. Since then, all the popular programming languages, such as Java, Python, Ruby, R, PHP, and .NET have built very good support of regular expressions.
推薦閱讀
- 大話PLC(輕松動漫版)
- Apache Oozie Essentials
- Java面向對象軟件開發
- Java編程指南:基礎知識、類庫應用及案例設計
- aelf區塊鏈應用架構指南
- Java虛擬機字節碼:從入門到實戰
- Web全棧工程師的自我修養
- Python數據可視化之Matplotlib與Pyecharts實戰
- Python從入門到精通(第3版)
- ActionScript 3.0從入門到精通(視頻實戰版)
- The Statistics and Calculus with Python Workshop
- Mastering SciPy
- Mastering JavaScript Promises
- 讀故事學編程:Python王國歷險記
- HTML5程序開發范例寶典