Tuesday, July 19, 2016

Replace SharePoint 2013 OOB search box with a custom search box

This is a frequent requirement in SharePoint branding projects. I have found that this blog page explains steps necessary to replace search box through Visual Studio solution.

https://spbreed.wordpress.com/2013/11/19/sharepoint-2013-basic-search-box-customization/

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