--- 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](../../includes/applies-to-version/sqlserver2025-asdb-asmi-fabricsqldb.md)] [!INCLUDE [preview](../../includes/preview.md)] Use the functions described in this article to match complex patterns and manipulate data in SQL Server with regular expressions. [!INCLUDE [regexp-function-descriptions](../../includes/regexp-function-descriptions.md)] ## Related content [Regular expressions preview](../../relational-databases/regular-expressions/overview.md)