2007年7月22日

摘要: The six ways to write an HREF link, with it still working in a browser, are: link link link link link Microsoft’s example regular expression, found on MSDN, only works for links with double quotes. Th... 阅读全文
posted @ 2007-07-22 21:30 烧烤 阅读(182) 评论(0) 推荐(0)
摘要: Simple Matches Let's start with simple expressions using the Regex and the Match class. Match m = Regex.Match("abracadabra", "(a|b|r)+"); You now have an instance of a Match that can be tested f... 阅读全文
posted @ 2007-07-22 21:08 烧烤 阅读(853) 评论(0) 推荐(0)

导航