Friday, August 8, 2014

Powershell command to delete sharepoint files

I have used poweshell commands from below post to delete files from sharepoint document libraries

http://sharepoint.stackexchange.com/questions/6511/download-and-delete-documents-using-powershell

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-...