CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: RegExp

  1. #1
    Join Date
    Oct 2009
    Posts
    1

    RegExp

    What's a difference between "g+?" and "g+"

  2. #2
    Join Date
    Feb 2005
    Location
    Denmark
    Posts
    742

    Re: RegExp

    As far as I know - nothing.
    The ? is pointless in that situation as there's nothing to quantity.

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