About 41,000 results
Open links in new tab
  1. Syntax for Regular Expressions - Google Workspace Admin Help

    To create a regular expression, you must use specific syntax—that is, special characters and construction rules. For example, the following is a simple regular expression that matches any …

  2. Examples of regular expressions - Google Workspace Admin Help

    Examples of regular expressions The following examples illustrate the use and construction of simple regular expressions. Each example includes the type of text to match, one or more …

  3. REGEXMATCH - Google Docs Editors Help

    REGEXMATCH Whether a piece of text matches a regular expression. Sample Usage REGEXMATCH("Spreadsheets", "S.r") Syntax REGEXMATCH(text, regular_expression) text - …

  4. REGEXREPLACE - Google Docs Editors Help

    Syntax REGEXREPLACE(text, regular_expression, replacement) text - The text, a part of which will be replaced. regular_expression - The regular expression. All matching instances in text …

  5. REGEXEXTRACT - Google Docs Editors Help

    Syntax REGEXEXTRACT(text, regular_expression) text - The input text. regular_expression - The first part of text that matches this expression will be returned. Capture Groups It is possible to …

  6. Guidelines for using regular expressions - Google Help

    Guidelines for using regular expressions You can set up Content compliance settings using regular expressions. Regular expressions are also useful for other advanced Gmail settings, …

  7. About regular expressions (regex) - Analytics Help - Google Help

    About regular expressions (regex) Google Analytics supports regular expressions, also known as “regex”, so you can create more flexible definitions for things like data filters, key events, …

  8. Decode URL Filters - Urchin Help - Google Help

    Introduction The Decode URL filter is used to convert data from a URL encoded form to a more readable form. Encodings such as %20, for example, are converted into spaces. Using …

  9. Can I use a regular expression look-ahead assertion for "answer ...

    Apr 18, 2023 · I try to use a regular expression look-ahead assertion for " answer validation" in Google Forms.

  10. Sintaksis untuk Ekspresi Reguler - Bantuan Admin Google …

    Untuk membuat ekspresi reguler, Anda harus menggunakan sintaksis khusus, yaitu karakter khusus dan aturan konstruksi. Misalnya, berikut ini adalah ekspresi reguler sederhana yang …