About 16,700,000 results
Open links in new tab
  1. regex - How to use regular expressions in C - Stack Overflow

    Jul 5, 2009 · How do I use regular expressions in ANSI C? man regex.h does not provide that much help.

  2. Syntax for Regular Expressions - Google Help

    Syntax for Regular Expressions To create a regular expression, you must use specific syntax—that is, special characters and construction rules. For example, the following is a …

  3. regex - What's the difference between () and [] in regular …

    What's the difference between () and [] in regular expression patterns? Asked 15 years, 2 months ago Modified 2 years, 9 months ago Viewed 145k times

  4. What are ^.* and .*$ in regular expressions? - Stack Overflow

    What are ^.* and .*$ in regular expressions? Asked 14 years ago Modified 2 years, 6 months ago Viewed 232k times

  5. How to use Regular Expressions (Regex) in Microsoft Excel both in …

    How can I use regular expressions in Excel and take advantage of Excel's powerful grid-like setup for data manipulation? In-cell function to return a matched pattern or replaced value in a string. ...

  6. Guidelines for using regular expressions - Google Help

    Uses for regular expressions Using regular expressions, you can create content filters that can find the following: Text patterns Use this option to scan messages for patterns of letters, …

  7. 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 …

  8. regex - What are some of the most useful regular expressions for ...

    Jan 14, 2016 · I am new to regular expressions and have just started learning some. I was wondering what are some of the most commonly used regular expressions by the programmers.

  9. 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, …

  10. Regular Expressions: Is there an AND operator? - Stack Overflow

    Such approach would be valid in many programming languages where PCRE regular expressions are used. In cases where you want the matched string to contain the specified patterns, the …