CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Posts
    3

    Regular Expressions

    Can somebody help me out with a regex problem? DevStudio 5 doesn't support \n or \t in regex searches, so how does one search across multiple lines? ie look for ")\n{" for
    Hello()
    {...


  2. #2
    Join Date
    Apr 1999
    Location
    Portland, OR, USA
    Posts
    18

    Re: Regular Expressions

    You should look at the Regular Expression articles in the String Section here at CodeGuru:
    http://www.codeguru.com/string/index.shtml

    These are very well written and may help you out a lot.

    Good luck, and happy coding!

    Valerie Bradley
    http://www.synthcom.com/~val
    [email protected]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured