+ Reply to Thread
Results 1 to 2 of 2

Thread: Count words using Regular Expression in c#

  1. #1
    Newbie lartzi is on a distinguished road
    Join Date
    Jun 2008
    Posts
    4

    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. #2
    Xav
    Xav is offline
    Code Slinger Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav's Avatar
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,210
    Blog Entries
    13

    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

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

     

Similar Threads

  1. Java:Tutorial - Tic-Tac-Toe
    By John in forum Java Tutorials
    Replies: 29
    Last Post: 03-12-2010, 11:53 PM
  2. Need help forming regular expression
    By rajasekharan in forum General Programming
    Replies: 0
    Last Post: 05-26-2008, 02:26 AM
  3. Dictonary Program
    By programmer 101 in forum Java Help
    Replies: 9
    Last Post: 07-01-2007, 01:39 PM
  4. Getting Row Count
    By Lop in forum Managed C++
    Replies: 2
    Last Post: 01-10-2007, 08:17 AM
  5. c# regular expression
    By moonrise in forum C# Programming
    Replies: 3
    Last Post: 05-22-2006, 04:54 PM

Bookmarks

Bookmarks

     
        Algorithms and Data Structures

        Java tutorials

        Algorithms Forum

Posting Permissions

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