I created this blog to keep track of database and reporting tips, tricks, and features. Some of the information on this blog is from other websites. I am re-posting here so the information I have researched will be in a central location.
The majority of the information on this blog is related to SQL Server, SSRS, SSIS, SSAS, BIDS, and Report Builder. I hope the information on this blog will be helpful to others and please feel free to share thoughts, ideas, and code.
Tuesday, October 19, 2021
Notepad++ Scripts
Below are scripts that I have found useful when working in Notepad++.
Find Special Characters in a file using Regular expression: [^\x00-\x7F]+
No comments:
Post a Comment