Regular Expressions and String Methods

This chapter introduces you to an important feature of JS: regular expression processing. You use this feature to find and replace text matching a given pattern within a given text stream. The chapter first explains regular expressions as defined in JavaScript. It then shows you how to use RegExp in...

Full description

Saved in:
Bibliographic Details
Published in:JavaScript Essentials for SAP ABAP Developers pp. 65 - 81
Main Author: Zaidi, Rehan
Format: Book Chapter
Language:English
Published: United States Apress L. P 2017
Apress
Subjects:
ISBN:9781484222195, 1484222199
Online Access:Get full text
Tags: Add Tag
No Tags, Be the first to tag this record!
Description
Summary:This chapter introduces you to an important feature of JS: regular expression processing. You use this feature to find and replace text matching a given pattern within a given text stream. The chapter first explains regular expressions as defined in JavaScript. It then shows you how to use RegExp in conjunction with string methods. The latter half of the chapter introduces you to the properties and methods of the RegExp object.
ISBN:9781484222195
1484222199
DOI:10.1007/978-1-4842-2220-1_5