Closed Thread
Results 1 to 2 of 2

Thread: Count words using Regular Expression in c#

  1. #1
    lartzi is offline Newbie
    Join Date
    Jun 2008
    Posts
    4
    Rep Power
    0

    Count words using Regular Expression in c#

    I wrote a post that explain how to count words in a string when you need to ignore the following:

    1. Html Code

    2. Dividers

    3. Extra spaces + new lines

    The code is in C# and well documented. Due to the fact that this code is using regular expression it can be used in diffrent languages as well

    Link to the post:
    Lior.Net » Blog Archive » Count words Using Regular Expression

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,174
    Blog Entries
    13
    Rep Power
    114

    Re: Count words using Regular Expression in c#

    Nice. I was going to suggest writing a Tutorial about it, but Jordan doesn't like people posting tutorials that are available elsewhere on the net.

    Quote Originally Posted by Jordan View Post
    Good members, like yourself, stick around and post for ages to come!
    Mr. Xav | Blog | Forums

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Regular expression questions
    By onething in forum General Programming
    Replies: 4
    Last Post: 02-19-2011, 05:49 PM
  2. regular expression
    By prof.deedee in forum Java Help
    Replies: 4
    Last Post: 02-19-2010, 11:04 AM
  3. help with regular expression
    By Orjan in forum PHP Development
    Replies: 2
    Last Post: 03-14-2009, 09:51 AM
  4. Need help forming regular expression
    By rajasekharan in forum General Programming
    Replies: 0
    Last Post: 05-26-2008, 12:26 AM
  5. c# regular expression
    By moonrise in forum C# Programming
    Replies: 3
    Last Post: 05-22-2006, 02:54 PM

Tags for this Thread

Bookmarks

Posting Permissions

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