- 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.
推薦閱讀
- ASP.NET MVC4框架揭秘
- DevOps Automation Cookbook
- Learning ArcGIS Pro
- Mastering ROS for Robotics Programming
- Learning Probabilistic Graphical Models in R
- C語言程序設(shè)計上機指導(dǎo)與習(xí)題解答(第2版)
- D3.js By Example
- Getting Started with React Native
- TMS320LF240x芯片原理、設(shè)計及應(yīng)用
- Django 3.0入門與實踐
- Buildbox 2.x Game Development
- ASP.NET 4.0 Web程序設(shè)計
- jQuery Mobile Web Development Essentials(Second Edition)
- Developing Java Applications with Spring and Spring Boot
- Python深度學(xué)習(xí)(第2版)