About 1,090,000 results
Open links in new tab
  1. REGEXP_REPLACE (Transact-SQL) - SQL Server | Microsoft Learn

    Sep 16, 2025 · Returns a modified source string replaced by a replacement string, where the occurrence of the regular expression pattern found. If no matches are found, the function …

  2. SQL REGEXP_REPLACE () Function - Way2tutorial

    SQL REGEXP_REPLACE () function original string represent to a regular expression pattern. Original string replaced with regular expression pattern string.

  3. What is regexp_replace equivalent in SQL Server - Stack Overflow

    REGEXP_REPLACE is a preview feature supported by SQL Server 2025 (17.x) and Azure SQL Database: Returns a modified source string replaced by a replacement string, where the …

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

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

  5. Perform regex (replace) in an SQL query - Stack Overflow

    What is the best way to replace all '&lt' with < in a given database column? Basically perform s/&lt [^;]/</gi Notes: must work in MS SQL Server 2000 Must be repeatable (and n...

  6. REGEXP_REPLACE - Oracle Help Center

    REGEXP_REPLACE extends the functionality of the REPLACE function by letting you search a string for a regular expression pattern. By default, the function returns source_char with every …

  7. REGEXP_ Functions in SQL Server 2025 – REGEXP_REPLACE

    Aug 27, 2025 · I will start with REGEXP_REPLACE, which is like the typical SQL REPLACE function. But instead of replacing based on a static delimiter, it can be used to replace multiple …

  8. Regular Expressions in SQL - GeeksforGeeks

    Jul 23, 2025 · The REGEXP_REPLACE function in SQL is used to search for a pattern within a string and replace all occurrences of that pattern with a specified replacement string.

  9. Regular Expression Replace (REGEXP_REPLACE) in SQL Server

    Jun 4, 2022 · SQL Server doesn't include a built-in function like REGEXP_REPLACE to replace string with regular expressions. This article provides one approach of using CLR (.NET …

  10. REGEXP_REPLACE in SQL Server - Examples & AI Generator

    REGEXP_REPLACE in SQL Server examples and syntax. Generate optimized REGEXP_REPLACE queries in 10 seconds with AI2sql.