Monday, January 18, 2016

Very useful utility functions in knockout

I found functions explained in following post are very useful for developing knockout applications, particularly array compare and flatten array.

http://www.knockmeout.net/2011/04/utility-functions-in-knockoutjs.html

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