copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
Malaysian Identity Card (IC) Regular Expression - jQuery This is the most strict IC regex that I figure out, it can identify whether the yymmdd is correct or not, for example 010229-XX-XXXX is incorrect as there is no 29 Feb for non leap year UPDATE Shorten by using assertion
How to do case insensitive search in Vim - Stack Overflow you will be able to move forward and backward and also watch the short command, such as the case of "ignorecase" ( 'ic' ) In addition, another short example could be the case of 'smartcase' ('scs' and some more) : In order to leave of the documentation just type ":q" as usual and you will return to "command mode" :q
List of all index index columns in SQL Server DB How do I get a list of all index amp; index columns in SQL Server 2005+? The closest I could get is: select s name, t name, i name, c name from sys tables t inner join sys schemas s on t schema_i