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

    Apply Regular Expressions to an array

    . .
    Last edited by Code_Guru_Cricket; June 11th, 2010 at 02:24 PM.

  2. #2
    Join Date
    Jun 2008
    Posts
    2,477

    Re: Apply Regular Expressions to an array

    The statement "apply a regular expression to an array" makes absolutely no sense. I have no idea what your example is supposed to mean either, especially when you consider that there is not even a regular expression present. You can obviously loop through each element of an array of strings and apply a regex in sequence.
    If you liked my post go ahead and give me an upvote so that my epee.... ahem, reputation will grow.

    Yes; I have a blog too - http://the-angry-gorilla.com/

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