Friday, November 6, 2015

Very good tool to copy HTML snippets

It was always a tedious task to copy HTML along with stylesheet to another page, but with this extension this is as simple as a click, however I would have liked to see an option to add HTML inline.


https://chrome.google.com/webstore/detail/snappysnippet/blfngdefapoapkcdibbdkigpeaffgcil



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