About 519,000 results
Open links in new tab
  1. MySQL | Regular Expressions (Regexp) - GeeksforGeeks

    Apr 12, 2025 · In MySQL, regular expressions (REGEX) offer powerful functionality for flexible pattern matching within string data. By using the REGEXP and RLIKE operators, developers …

  2. Regular Expressions in SQL - GeeksforGeeks

    Jan 21, 2025 · The REGEXP_LIKE function in SQL is used to determine whether a given string matches a specific regular expression pattern. It evaluates the string against the regex and …

  3. Regular Expressions Functions (Transact-SQL) - SQL Server

    Feb 26, 2025 · Use the functions described in this article to match complex patterns and manipulate data in SQL Server with regular expressions.

  4. MySQL REGEXP operator - w3resource

    Jul 12, 2024 · The MySQL REGEXP (Regular Expression) operator is a powerful tool for pattern matching and string searching within the SQL environment. Leveraging regular expressions, …

  5. MySQL :: MySQL 8.4 Reference Manual :: 14.8.2 Regular Expressions

    A regular expression is a powerful way of specifying a pattern for a complex search. This section discusses the functions and operators available for regular expression matching and …

  6. Using RegEx in SQL Server - Stack Overflow

    Jan 19, 2012 · REGEXP_INSTR: This function returns the starting or ending position, based on the specified option, of the given occurrence of a regular expression pattern in a string.

  7. Work with Regular Expressions - SQL Server | Microsoft Learn

    Feb 26, 2025 · Use regular expressions to filter and manipulate text strings in SQL Server.

  8. Master Regex in SQL | Atlassian

    Dec 9, 2019 · Regex provides a way to query databases to find a smaller subset of data. Grasp the essence of Regex in SQL by learning to create efficient queries by leveraging patterns with …

  9. SQL REGEXP - Programiz

    The REGEXP operator in SQL is a powerful tool for matching complex string patterns. It is used for extracting information based on specific patterns rather than simple character matches.

  10. MySQL REGEXP

    In this tutorial, you will learn how to use the MySQL REGEXP operator to determine if a string matches a regular expression.

  11. Some results have been removed
Refresh