Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. AlexeiD

    Most common symbol

    Thanks for the really fast and useful answer :)
  2. AlexeiD

    Most common symbol

    Let's say I have a text. I need to know what symbol of that text is the most common (appears most often). I'm rather new to pascal, so don't know that. I understand it's done through array probably. Thanks for your help :)
  3. AlexeiD

    Counting words in text

    Hey guys, thanks for fast and useful answer :) Worked perfectly. In case anyone would need it again : print "Content-type: text/html\n\n"; $text = "Hello Bruce! It's so nice to meet you, pal, how've you been? I'm fine, and how are you?"; @words = split (/\s/,$text)...
  4. AlexeiD

    Counting words in text

    Hi, I'd like to write a program, which can search the number of repeated words in text. For example, to check how many times was every word repeated in text; or to check which words were repeated more than 5 times. I heard there is some function 'grep', but I'm not sure how does it work...

Part and Inventory Search

Back
Top