diff --git a/chapters/basics.mdx b/chapters/basics.mdx index d006757..fd9e420 100644 --- a/chapters/basics.mdx +++ b/chapters/basics.mdx @@ -4,7 +4,7 @@ title: Basics Regular expressions are typically formatted as `//`. Often people will drop the slashes and flags for brevity. We'll get into the details of flags in [a later chapter](/chapters/flags). -Let's start with the regex `/p/g`. +Let's start with the regex `/p/g`. For now, please take the [`g` flag](/chapters/flags#global-g) for granted.
  • pancake