𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

Java 9 Regular Expressions

✍ Scribed by Anubhava Srivastava


Publisher
Packt Publishing
Year
2017
Tongue
English
Leaves
197
Edition
1
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


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.

You will begin by discovering what regular expressions are and how they work with Java. This easy-to-follow guide is a great place from which to familiarize yourself with the core concepts of regular expressions and to master its implementation with the features of Java 9. You will learn how to match, extract, and transform text by matching specific words, characters, and patterns. You will learn when and where to apply the methods for finding patterns in digits, letters, Unicode characters, and string literals. Going forward, you will learn to use zero-length assertions and lookarounds, parsing the source code, and processing the log files. Finally, you will master tips, tricks, and best practices in regex with Java.
What you will learn

Understand the semantics, rules, and core concepts of writing Java code involving regular expressions
Learn about the java.util.Regex package using the Pattern class, Matcher class, code snippets, and more
Match and capture text in regex and use back-references to the captured groups
Explore Regex using Java String methods and regex capabilities in the Java Scanner API
Use zero-width assertions and lookarounds in regex
Test and optimize a poorly performing regex and various other performance tips

πŸ“œ SIMILAR VOLUMES


Java 9 Regular Expressions
✍ Anubhava Srivastava πŸ“‚ Library πŸ“… 2017 πŸ› Packt Publishing 🌐 English

<span>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.</span>

Java 9 Regular Expressions
✍ Anubhava Srivastava πŸ“‚ Library πŸ“… 2017 πŸ› Packt Publishing 🌐 English

<span>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.</span>

Beginning Java 9 Fundamentals: Arrays, O
✍ Kishori Sharan (auth.) πŸ“‚ Library πŸ“… 2017 πŸ› Apress 🌐 English

<p>Learn the basics of Java 9, including basic programming concepts and the object-oriented fundamentals necessary at all levels of Java development. Author Kishori Sharan walks you through writing your first Java program step-by-step. Armed with that practical experience, you'll be ready to learn t

Beginning Java 9 Fundamentals: Arrays, O
✍ Sharan, Kishori πŸ“‚ Library πŸ“… 2017 πŸ› Apress 🌐 English

P.p1 { margin: 0.0px 0.0px 0.0px 0.0px; line-height: 16.0px; font: 14.0px Helvetica; color: rgb(0,0,0); } span.s1 { } span.s2 { color: rgb(0,0,0); } 1. Programming Concepts -- 2. Setting Up the Environment -- 3. Writing Java Programs -- 4. Data Types -- 5. Operators -- 6. Statements -- 7. Classes an