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: 1484238753. 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#. The Regex Quick Syntax...
Mercury Learning and Information LLC.-2018.-190 p.-ISBN10: 978-1683922278 As part of the bestselling Pocket Primer series, the goal of this book is to introduce readers to regular expressions in several technologies. It is intended for data scientists, data analysts, and others who want to understand regular expressions to perform various tasks. You will acquire an...
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....
Lulu.com, 2007 - 197 p. ISBN13: 978-1411677609 ISBN10: 1411677609 This thorough tutorial teaches you the complete regular expression syntax. Detailed examples and descriptions of how regular expressions work on the inside, give you a deep understanding enabling you to unleash their full power. Learn how to put your new skills to use with tools such as PowerGREP and EditPad Pro,...
Syncfusion Inc., 2014. — 94 p. Book teaches Visual Studio developers how regular expressions can help solve basic programming problems. By introducing patterns and rules to your C strings, you can eliminate the need to write your own complex code for text manipulation. Topics included: - Text Processing - Using Regular Expressions in NET - Character Sets - Quantifiers - Anchors...
3rd Edition. — O’Reilly Media, 2006. — 544 p. Regular expressions are an extremely powerful tool for manipulating text and data. They are now standard features in a wide range of languages and popular tools, including Perl, Python, Ruby, Java, VB.NET and C# (and any language using the .NET Framework), PHP, and MySQL. If you don't use regular expressions yet, you will discover...
O’Reilly Media, 2007 - 128; ISBN13: 978-0-596-51427-3; Language: English Book Description This handy little book offers programmers a complete overview of the syntax and semantics of regular expressions that are at the heart of every text-processing application. Ideal as a quick reference, Regular Expression Pocket Reference covers the regular expression APIs for Perl 5.8, Ruby...
O’Reilly Media, 2012. — 152 p. — ISBN: 1449392687. 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 are an...
New York: Springer-Verlag, 2005. - 394 p. This book contains recipes for regular expressions that you can use in languages common on the Microsoft Windows platform. It provides ready-to-go, real-world implementations and explains each recipe. The approach is right to the point, so it will get you off and using regular expressions quickly. Syntax Overview Words and Text URLs and...
O’Reilly Media, May 2009, Pages 512, First Edition. 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 replace text matching the...
Comments