Quick Search:
CODE
Oracle PL/SQL Code Library
JOBS
Find Or Post Oracle Jobs
FORUM
Oracle Discussion & Chat
 PHP Code: Count words in string Jump to:  
Category: >> PHP Code >> Count words in string

<<last next>>

Snippet Name: Count words in string

Description: This will count through the sentences in a section of text and show how many words are contained within it.

Also see:
» String to Date
» Check number of characters in a range
» De-Pluralize a String
» Truncate Links Over X Chars long
» Nice 'Read More...' links
» Insert Into Middle Of Text
» Filter non-alphanumeric characters
» Collapse multiple spaces or dashes

Comment: (none)

Language:
Highlight Mode: PHP
Last Modified: March 16th, 2009

<?PHP
 
$text = "This is a sample text string.";
 
$count = COUNT(EXPLODE(" ", $text));
 
ECHO "$text contains $count words";
 
?>
 

Free Oracle Magazine Subscriptions
and Oracle White Papers

SQL University.net courses meet the most demanding needs of the business world for advanced education in a cost-effective manner. SQL University.net courses are available immediately for IT professionals and can be taken without disruption of your workplace schedule or processes.

Compared to traditional travel-based training, SQL University.net saves time and valuable corporate resources, allowing companies to do more with less. That's our mission, and that's what we deliver.

Click here to find out more
 
Home      :      Code Library      :      Sponsors      :      Privacy      :      Terms of Use      :      Contact Us [411] visitors online    © 2009 psoug.org
PSOUG LOGIN
Username: 
Password: 
Forgot your password?