Download regex - What is regexp_replace equivalent in SQL Server - Stack Overflow book pdf free download link or read online here in PDF. Read online regex - What is regexp_replace equivalent in SQL Server - Stack Overflow book pdf free download link book now. All books are in clear copy here, and all files are secure so don't worry about it. This site is like a library, you could find million book here by using search box in the header.
SQL Server does not have native regex support. You would need to use CLR (or as @Lukasz Szozda points out in the comments one of the newer Language Extensions ) . If I have understood the regex correctly though it matches strings of 10 digits and assigns the first 3 to group 1, second 3 to group 2, and last 4 to group 3 and then uses the back references in the expression (\1)\2-\3
Read : regex - What is regexp_replace equivalent in SQL Server - Stack Overflow pdf book online Select one of servers for direct link: |
---|