Skip to content

Instantly share code, notes, and snippets.

@tringuyen1086
tringuyen1086 / gist-regex-tutorial-flags.md
Last active March 7, 2022 07:13
Regex Tutorial - Friendly Guide for Flags

Regular Express (Regex) Tutorial - Friendly Guide for Flags

Regular expressions (Regex) are patterns that are used to match character combinations in strings. In this tutorial, we will discuss about the advanced searching with flags

Summary

Regex provides users with optional flags that can be functional as global searching and case-insensitive searching.

To include a flag with the Regex, the following syntax is used: