- Java 9 Regular Expressions
- Anubhava Srivastava
- 160字
- 2021-07-02 18:58:33
Introduction to regular expressions
Regular expression (or in short regex) is a very useful tool that is used to describe a search pattern for matching the text. Regex is nothing but a sequence of some characters that defines a search pattern. Regex is used for parsing, filtering, validating, and extracting meaningful information from large text, such as logs and output generated from other programs.
We find regular expressions in day-to-day use on many websites. For example, while searching for your favorite recipe on search engines, while filling up forms and entering data such as username and passwords, and so on. While setting up a password on many sites, we encounter password validation errors, such as password must contain one digit or at least one uppercase letter or at least one special character, and so on. All these checks can be done using regular expressions. A few more typical examples of regular expressions are validating phone numbers or validating postal/zip/pin codes.
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- Java高手真經(jīng)(高級(jí)編程卷):Java Web高級(jí)開發(fā)技術(shù)
- 實(shí)用防銹油配方與制備200例
- Kotlin Standard Library Cookbook
- 大學(xué)計(jì)算機(jī)基礎(chǔ)(第2版)(微課版)
- Drupal 8 Configuration Management
- Python機(jī)器學(xué)習(xí)算法與實(shí)戰(zhàn)
- Spring+Spring MVC+MyBatis整合開發(fā)實(shí)戰(zhàn)
- Python忍者秘籍
- PHP 7從零基礎(chǔ)到項(xiàng)目實(shí)戰(zhàn)
- Python Machine Learning Blueprints:Intuitive data projects you can relate to
- Getting Started with Python
- 大話程序員:從入門到優(yōu)秀全攻略
- 微信公眾平臺(tái)開發(fā)最佳實(shí)踐