Got more questions? Find advice on: ASP | SQL | XML | Windows
in Search
Welcome to RegexAdvice Sign in | Join | Help

Browse by Tags

All Tags » .NET » how to match
  • Breaking text into parts at keywords

    Dear colleagues, I like to parse a text and split it at specific keywords (e.g. k1 or k2). I'll use it in a .NET application like MatchCollection matches = Regex.Matches (sSrc, sRegEx); but for testing I am using RadSoftware Regex-Designer. My sSrc is something like: "k1 blakblak\r\nblakblak k2 blablabla k1 data3 k2 ...
    Posted to Construction Advice (Forum) by Thomas_ on August 27, 2008
  • Complex Name Matching Assistance

    I wrote a VB.NET application that parses airline passenger data using Regular Expressions.  The passenger's last name appears first followed by a slash.  There can be many different data items after that.  In the airline data, the passenger name format is: [] = optional -[Number]Last Name/First Name/Initial [Middle ...
    Posted to Construction Advice (Forum) by brianbos on November 6, 2007