Thursday, April 9, 2015

Powershell ISE copy paste issue

In powershell ISE there is a strange copy paste issue, ctrl+c and ctrl+v does not work as expected if a background powershell management shell window is open. Closing the window fixes this problem temporarily

No comments:

Regex Email validation in c# dot net core

 Use this regex /^_?[a-zA-Z0-9]([a-zA-Z0-9]*[._+-])*[a-zA-Z0-9_]+@(?!-)[A-Za-z0-9-]{1,63}(?<!-)(\.(?!-)[A-Za-z0-9-]{1,63}(?<!-))*\.[A-...