JavaScript Regular Expressions
eBook - ePub

JavaScript Regular Expressions

Loiane Groner, Gabriel Manricks

Buch teilen
  1. 112 Seiten
  2. English
  3. ePUB (handyfreundlich)
  4. Über iOS und Android verfügbar
eBook - ePub

JavaScript Regular Expressions

Loiane Groner, Gabriel Manricks

Angaben zum Buch
Buchvorschau
Inhaltsverzeichnis
Quellenangaben

Häufig gestellte Fragen

Wie kann ich mein Abo kündigen?
Gehe einfach zum Kontobereich in den Einstellungen und klicke auf „Abo kündigen“ – ganz einfach. Nachdem du gekündigt hast, bleibt deine Mitgliedschaft für den verbleibenden Abozeitraum, den du bereits bezahlt hast, aktiv. Mehr Informationen hier.
(Wie) Kann ich Bücher herunterladen?
Derzeit stehen all unsere auf Mobilgeräte reagierenden ePub-Bücher zum Download über die App zur Verfügung. Die meisten unserer PDFs stehen ebenfalls zum Download bereit; wir arbeiten daran, auch die übrigen PDFs zum Download anzubieten, bei denen dies aktuell noch nicht möglich ist. Weitere Informationen hier.
Welcher Unterschied besteht bei den Preisen zwischen den Aboplänen?
Mit beiden Aboplänen erhältst du vollen Zugang zur Bibliothek und allen Funktionen von Perlego. Die einzigen Unterschiede bestehen im Preis und dem Abozeitraum: Mit dem Jahresabo sparst du auf 12 Monate gerechnet im Vergleich zum Monatsabo rund 30 %.
Was ist Perlego?
Wir sind ein Online-Abodienst für Lehrbücher, bei dem du für weniger als den Preis eines einzelnen Buches pro Monat Zugang zu einer ganzen Online-Bibliothek erhältst. Mit über 1 Million Büchern zu über 1.000 verschiedenen Themen haben wir bestimmt alles, was du brauchst! Weitere Informationen hier.
Unterstützt Perlego Text-zu-Sprache?
Achte auf das Symbol zum Vorlesen in deinem nächsten Buch, um zu sehen, ob du es dir auch anhören kannst. Bei diesem Tool wird dir Text laut vorgelesen, wobei der Text beim Vorlesen auch grafisch hervorgehoben wird. Du kannst das Vorlesen jederzeit anhalten, beschleunigen und verlangsamen. Weitere Informationen hier.
Ist JavaScript Regular Expressions als Online-PDF/ePub verfügbar?
Ja, du hast Zugang zu JavaScript Regular Expressions von Loiane Groner, Gabriel Manricks im PDF- und/oder ePub-Format sowie zu anderen beliebten Büchern aus Computer Science & Web Programming. Aus unserem Katalog stehen dir über 1 Million Bücher zur Verfügung.

Information

Jahr
2015
ISBN
9781783282258

JavaScript Regular Expressions


Table of Contents

JavaScript Regular Expressions
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Support files, eBooks, discount offers, and more
Why subscribe?
Free access for Packt account holders
Preface
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Downloading the example code
Downloading the color images of this book
Errata
Piracy
Questions
1. Getting Started with Regex
It's all about patterns
Analyzing a phone number
Analyzing a simple log file
Analyzing an XML file
Regex in JavaScript
The RegExp constructor
Using pattern flags
Using the rgx.test method
Using the rgx.exec method
The string object and regular expressions
Using the String.replace method
Using the String.search method
Using the String.match method
Building our environment
Handling a submitted form
Resetting matches and errors
Creating a regular expression
Executing RegExp and extracting its matches
Testing our application
Summary
2. The Basics
Defining vague matchers in Regex
Matching a wild card character
Matching digits
Matching alphanumeric chars
Negating alphanumeric chars and digits
Defining ranges in Regex
Defining a range
Matching the dash character
Defining negated ranges
Defining multipliers in Regex
Matching one or more occurrences
Matching zero or one occurrence
Matching zero or more occurrences
Defining custom quantifiers
Matching n or more occurrences
Matching n to m occurrences
Matching alternated options
Creating a Regex for a telephone number
Summary
3. Special Characters
Nonvisual constraints
Matching the beginning and end of an input
Matching word boundaries
Matching nonword boundaries
Matching a whitespace character
Defining nongreedy quantifiers
Matching groups in Regex
Grouping characters together to create a clause
Capture and noncapture groups
Matching non capture groups
Matching lookahead groups
Using a negative lookahead
Summary
4. Regex in Practice
Regular expressions and form validation
Setting up the form
Validating fields
Matching a complete name
Understanding the complete name Regex
Matching an e-mail with Regex
Understanding the e-mail Regex
Matching a Twitter name
Understanding the twitter username Regex
Matching passwords
Matching URLs
Understanding the URL Regex
Manipulating data
Using the String.replace method
Matching a description field
Understanding the description Regex
Explaining a Markdown example
Summary
5. Node.js and Regex
Setting up Node.js
Getting started with our application
Reading a file with Node.js
The anatomy of an Apache log file
Creating the Apache log Regex
Creating a Regex for the time part
Creating a Regex for the request information
Creating a Regex for the status code and object size
Creating a Regex for the referrer and the user agent
Parsing each Apache log row
Creating a JSON object for each row
Display the JSON in a table
Summary
A. JavaScript Regex Cheat Sheet
Character classes
Literals
Character sets
Boundaries
Grouping, alternation, and back reference
Quantifiers
JavaScript regular expressions methods
Index

JavaScript Regular Expressions

Copyright © 2015 Packt Publishing
All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews.
Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the authors, nor Packt Publishing, and its dealers and distributors will be held liable for any damages caused or alleged to be caused directly or indirectly by this book.
Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals. However, Packt Publishing cannot guarantee the accuracy of this information.
First published: May 2015
Production reference: 1250515
Published by Packt Publishing Ltd.
Livery Place
35 Livery Street
Birmingham B3 2PB, UK.
ISBN 978-1-78328-225-8
www.packtpub.com

Credits

Authors
Loiane Groner
Gabriel Manricks
Reviewers
Andrea Barisone
Florian Bruniaux
Robert K Casto
Julio Freitas
Juri Strumpflohner
Commissioning Editor
Kunal Parikh
Acquisition Editor
Subho Gupta
Content Development Editor
Rohit Kumar Singh
Technical Editors
Bhupesh Kothari
Mrunmayee Patil
Copy Editor
Sonia Michelle Cheema
Project Coordinator
Mary Alex
Proofreaders
Stephen Copestake
Safis Editing
Indexer
Monica Ajmera Mehta
Graphics
Sheetal Aute
Production Coordinator
Conidon Miranda
Cover Work
Conidon Miranda

About the Authors

Loiane Groner has over 9 years of s...

Inhaltsverzeichnis