Regex to extract date - by user99322 string1.Replace( "new Date(2009,0,1)", "'01-Jan-2009'" ) Can I use a regex instead to extract the date from the above format? Read the article
How to split string into numerics and alphabets using Regex - by user99322 I want to split a string like "001A" into "001" and "A" Read the article
Format string using RegEx - by user99322 String to be formatted "new Date(2009,0,1)" String after formatting "'01-Jan-2009'" Read the article
limit html characters per line in aspx - by user99322 Is there a way to configure visual studio to limit the characters on aspx page to a certain number of characters? I tried setting the character limit on Formatting and Validation on aspx page. but that didnt work. Read the article