- Java 9 Regular Expressions
- Anubhava Srivastava
- 209字
- 2021-07-02 18:58:31
Preface
In today's information technology world, the size of data is growing by leaps and bounds. IT organizations are processing and storing huge amounts of textual data collected from various sources, such as user actions, leads, searches, shopping data, page views, page hits, and various other forms of user interactions. Search algorithms are used for parsing large texts to extract meaningful pertinent information. Regular expressions are the backbone of many such search algorithms.
Regular expressions (or regex in short) are everywhere these days. All the modern programming languages are shipped with a regex module or library to allow programmers to write regex-based programs. Regular expressions are a powerful tool in the programmer's toolbox and allow pattern matching. They are also used for manipulating text and data. This book will provide you with the know-how (and practical examples) to solve real-world problems using regex in Java.
This easy-to-follow regex book is a great place for you to familiarize yourself with the core concepts of regular expressions and to master their implementation with the new features of Java 9. You will learn to match, extract, and transform text by matching specific words, characters, and patterns. Readers will learn how to write efficient regular expressions for solving day-to-day problems involving text-based data.
- Web程序設計及應用
- Android Jetpack開發:原理解析與應用實戰
- Photoshop智能手機APP UI設計之道
- Developing Mobile Web ArcGIS Applications
- 軟件測試工程師面試秘籍
- SQL語言從入門到精通
- Learning Laravel 4 Application Development
- 教孩子學編程:C++入門圖解
- R Deep Learning Cookbook
- Visual C#.NET程序設計
- INSTANT Passbook App Development for iOS How-to
- 劍指MySQL:架構、調優與運維
- Apache Kafka Quick Start Guide
- 微服務架構深度解析:原理、實踐與進階
- Serverless Web Applications with React and Firebase