Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.06 KB

File metadata and controls

31 lines (24 loc) · 1.06 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 12/31/2024
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 || =fabric

Regular expressions functions (Transact-SQL)

[!INCLUDE sqlserver2025-asdb-fabric]

[!INCLUDE preview]

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

[!INCLUDE regexp-function-descriptions]

Related content

Regular expressions preview