Forta, Ben
Learning Regular Expressions
- ISBN 13:
- 9780134757063
- author:
- Forta, Ben
- format:
- Paperback
- publisher:
- Addison-Wesley Educational Publishers Inc
- language:
- English
- Publication Year:
- 2018
- Pages:
- 144
- Dimensions:
- 23 x 18 x 1 centimetres (0.25 kg
- Genre:
- Computers, Programming, CGI,
- Condition:
- New
- Availability:
- Item usually sent within 10 working days
Description
Regular expressions are a powerful tool for text processing and manipulation. This book teaches you the regular expressions you need to know, starting with simple text matches and working up to more complex topics. You'll learn how to build powerful search patterns using literal text and metacharacters, and take advantage of advanced features like lookahead and backreferences. You can use regular expressions in a variety of contexts, including programming languages like JavaScript, Java, PHP, Python, and Microsoft, as well as command-line tools like grep and egrep. By the end of this book, you'll be able to perform powerful search-and-replace operations, add sophisticated form and text processing to web applications, and more.