home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 6_2008-2009.ISO / data / zips / Fast_Sub-S2169531272009.psc / @PSC_ReadMe_70947_1.txt
Text File  |  2009-12-07  |  866b  |  10 lines

  1. Title: Fast Sub-String Count (aka InStrCount)
  2. Description: This function searches the passed string for occurences of the specified sub-string. It has the ability to make case-sensitive or case-insensitive searches. It can also perform whole-word-only matching ... 
  3. This SubStrCount implementation offers extended functionality which allows it to be used in a similar way to other token style functions ... 
  4. SubStrCount will return the number of matches or zero if none.
  5.  
  6. This file came from Planet-Source-Code.com...the home millions of lines of source code
  7. You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=70947&lngWId=1
  8.  
  9. The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.
  10.