Skip to content

Commit

Permalink
Clarify JS's role
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyasminocha committed May 3, 2020
1 parent d502540 commit c2dc7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ Simultaneously, regular expressions are ill-suited for other kinds of problems:

There are several regex implementations—regex engines—each with its own quirks and features. This book will avoid going into the differences between these, instead sticking to features that are, for the most part, common across engines.

The example blocks that feature throughout the book are rendered using JavaScript.
The example blocks throughout the book use JavaScript under the hood. As a result, the book may be slightly biased towards JavaScript's regex engine.

0 comments on commit c2dc7f9

Please # to comment.