Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.28 KB

File metadata and controls

34 lines (27 loc) · 1.28 KB
title Regular Expressions Functions (Transact-SQL)
description Use the functions described in this article to match complex patterns and manipulate data in SQL Server with regular expressions.
author MikeRayMSFT
ms.author mikeray
ms.reviewer abhtiwar, randolphwest, wiassaf
ms.date 11/18/2025
ms.service sql
ms.subservice t-sql
ms.topic reference
ms.custom
ignite-2025
helpviewer_keywords
Regular expressions functions
regex
dev_langs
TSQL
monikerRange =sql-server-ver17 || =sql-server-linux-ver17 || =azuresqldb-current || =azuresqldb-mi-current || =fabric-sqldb

Regular expressions functions (Transact-SQL)

[!INCLUDE sqlserver2025-asdb-asmi-fabricsqldb]

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

Note

Regular expressions are available in Azure SQL Managed Instance with the SQL Server 2025 or Always-up-to-date update policy.

[!INCLUDE regexp-function-descriptions]

Related content