O’Reilly Media, 2012. — 152 p. — ISBN: 978-1-449-39268-0. If you’re a programmer new to regular expressions, this easy-to-follow guide is a great place to start. You’ll learn the fundamentals step-by-step with the help of numerous examples, discovering first-hand how to match, extract, and transform text by matching specific words, characters, and patterns. Regular expressions...
Addison-Wesley Professional, 2018. — 144 p. Learn to use one of the most powerful text processing and manipulation tools available Regular expression experts have long been armed with an incredibly powerful tool, one that can be used to perform all sorts of sophisticated text processing and manipulation in just about every language and on every platform. That’s the good news....
First Edition. — O’Reilly Media, 2009. — 512 p. — ISBN: 978-1-449-31943-4. In the context of this book, a regular expression is a specific kind of text pattern that you can use with many modern applications and programming languages. You can use them to verify whether input fits into the text pattern, to find text that matches the pattern within a larger body of text, to...
2nd edition. — O’Reilly Media, 2012. — 612 p. — ISBN: 978-1-449-31943-4. Take the guesswork out of using regular expressions. With more than 140 practical recipes, this cookbook provides everything you need to solve a wide range of real-world problems. Novices will learn basic skills and tools, and programmers and experienced users will find a wealth of detail. Each recipe...
Apress, 2018. — 156 p. — ISBN-13 (electronic): 978-1-4842-3876-9. This quick guide to regular expressions is a condensed code and syntax reference for an important programming technique. It demonstrates regex syntax in a well-organized format that can be used as a handy reference, showing you how to execute regexes in many languages, including JavaScript, Python, Java, and C#....
Comments