August 2020
Beginner to intermediate
653 pages
16h 55m
English
All modern languages support regular expressions in one fashion or another. Some scripting languages feature them prominently in the language syntax. C++ provides basic support for regular expressions with its <regex> module. This Exploration covers only the C++ classes and functions and does not delve into regular expression syntax. Many resources in print and online can help you if you need to brush up on regular expression syntax. C++ supports multiple regular expression styles; the default is the RegeExp object in ECMAScript 2019 (better known as JavaScript).