- 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.
- Mobile Web Performance Optimization
- Rust編程從入門到實戰
- Django開發從入門到實踐
- 跟老齊學Python:輕松入門
- MATLAB應用與實驗教程
- Building Cross-Platform Desktop Applications with Electron
- Kotlin Standard Library Cookbook
- Hands-On GPU:Accelerated Computer Vision with OpenCV and CUDA
- Learning Raspbian
- 移動界面(Web/App)Photoshop UI設計十全大補
- Learning Unreal Engine Android Game Development
- OpenCV with Python Blueprints
- jQuery技術內幕:深入解析jQuery架構設計與實現原理
- Java基礎案例教程(第2版)
- Computer Vision with Python 3