Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.34 KB

File metadata and controls

36 lines (28 loc) · 1.34 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 05/19/2025
ms.service sql
ms.subservice t-sql
ms.topic reference
helpviewer_keywords
Regular expressions functions
regex
dev_langs
TSQL
monikerRange = sql-server-ver17 || = sql-server-linux-ver17 || =azuresqldb-current || =azuresqldb-mi-current || =fabric
ms.custom
build-2025

Regular expressions functions (Transact-SQL) preview

[!INCLUDE sqlserver2025-asdb-asmi-fabric]

[!INCLUDE preview]

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 configured with the Always-up-to-date update policy.

[!INCLUDE regexp-function-descriptions]

Related content

Regular expressions preview