From c2dc7f908e14757947e36ef2d5dd3e1580f9518e Mon Sep 17 00:00:00 2001 From: Shreyas Minocha Date: Sun, 3 May 2020 19:05:28 +0530 Subject: [PATCH] Clarify JS's role --- chapters/introduction.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/introduction.mdx b/chapters/introduction.mdx index de27a8b..ec3b8a8 100644 --- a/chapters/introduction.mdx +++ b/chapters/introduction.mdx @@ -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.