answered

  1. J

    Resolved Zero is stripped from the begining of integer

    Hi, Am am using regex to find numbers matching certains patterns in directory names. These numbers will be either 8 or 10 chars in length. Private Function RegEx(ByVal CurrPath As String) As Integer 'Uses regex to see if the directory has a valid number. Dim mTen As Match =...
Back
Top