Webmaster Forums - Website and SEO Help

Search Engines and Marketing => Search Engine Optimization SEO => Topic started by: islf on November 05, 2018, 07:46:17 AM

Title: What is "matches regex" for?
Post by: islf on November 05, 2018, 07:46:17 AM
What is "matches regex" for?
Title: Re: What is "matches regex" for?
Post by: Netparticle on November 05, 2018, 10:35:21 PM
The abbreviation for regular expression is regex.  The process of analyzing or modifying a text with a regex is called: The regular expression is applied to the text/string. The pattern defined by the regex is applied on the text from left to right. Once a source character has been used in a match, it cannot be reused.
Title: What is "matches regex" for?
Post by: Exploring Tourism on November 06, 2018, 03:54:08 AM
The "matches regex" option allows you to implement regular expressions in Google Tag Manager for matching text patterns. Regex is useful for expressing more complex types of rules such as "fire the tag when the URL starts with A and ends in B or C."...