CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Sucrose

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    10,018

    Re: String Pattern Matching

    I solved my problem using this Regular Expression (& late binding, of course ;) ):



    'Create our regular expression object which matches the example: 6/26 at 10:35 PM
    Set reLastMsg =...
  2. Replies
    4
    Views
    10,018

    String Pattern Matching

    I'm trying to do a simple Replace() on a string that contains dynamic content within (the time output). Example:
    Last message received on 6/26 at 10:35 PM

    How can I refer to the time when it's...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured