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...

Ausführliche Beschreibung

Gespeichert in:
Bibliographische Detailangaben
Veröffentlicht in:JavaScript Essentials for SAP ABAP Developers S. 65 - 81
1. Verfasser: Zaidi, Rehan
Format: Buchkapitel
Sprache:Englisch
Veröffentlicht: United States Apress L. P 2017
Apress
Schlagworte:
ISBN:9781484222195, 1484222199
Online-Zugang:Volltext
Tags: Tag hinzufügen
Keine Tags, Fügen Sie den ersten Tag hinzu!
Beschreibung
Zusammenfassung: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