sasikala ganesan
hi all,I would like to create my own small CMS. At this time, I am able to do back office for my customers where they can edit existing conent on their existing pages. My goal is to create template based CMS, where the administraotr of my CMS will be able to add new pages by their own.regards,sasikala
Regex pattern = new Regex(@"(?<!\d)\d{10}(?!\d)"); if(pattern.isMatch(socialSecNumber)) { //Do something return true; } else { return false; }