Current location: Hot Scripts Forums » Programming Languages » PHP » count the occurance of a character ?


count the occurance of a character ?

Reply
  #1 (permalink)  
Old 08-30-06, 12:10 AM
n3wb!e's Avatar
n3wb!e n3wb!e is offline
Wannabe Coder
 
Join Date: Mar 2006
Posts: 216
Thanks: 2
Thanked 0 Times in 0 Posts
count the occurance of a character ?

hi everyone, i need to count the occurance of ',' in a particular string. i got
PHP Code:

foreach (count_chars($keyword1) as $i => $val)

{
  echo 
"There were $val instance(s) of \"" chr($i) , "\" in the string.\n";

which shows the number of occurance of all characters.. how can i modify it to show only the number of occurance of ',' ?
thanks in advance..
Reply With Quote
  #2 (permalink)  
Old 08-30-06, 12:20 AM
Keith's Avatar
Keith Keith is offline
Community Liaison
 
Join Date: Feb 2004
Posts: 1,232
Thanks: 1
Thanked 11 Times in 11 Posts
This should be in the PHP forum.

http://www.php.net/substr_count
PHP Code:

<?php


$str 
'Test, test test, test. Test, test.';

echo 
substr_count$str',' ); // 3

?>
__________________
The toxic ZCE
Reply With Quote
  #3 (permalink)  
Old 08-30-06, 01:10 AM
n3wb!e's Avatar
n3wb!e n3wb!e is offline
Wannabe Coder
 
Join Date: Mar 2006
Posts: 216
Thanks: 2
Thanked 0 Times in 0 Posts
oops! sorry.. i hv lost my mind thanks a lot man.. thanks a ton..
Reply With Quote
  #4 (permalink)  
Old 08-30-06, 01:35 AM
Christian's Avatar
Christian Christian is offline
Community VIP
 
Join Date: Mar 2005
Location: ProgrammingTalk
Posts: 2,449
Thanks: 0
Thanked 6 Times in 5 Posts
Quote:
Originally Posted by Keith
This should be in the PHP forum.
Agreed!


Moved to PHP.
__________________
:: ImperialBB :: New version in the works! :: http://www.imperialbb.com ::

:: Have a question about the board? The Rules? An Infraction/Warning? :: Contact Form ::
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
character count anissurendran PHP 3 05-21-06 10:31 PM
Wanted to replace special characters in MS Access using VB, but more than 1 character cebuy Visual Basic 3 12-04-05 05:30 PM
How to replace extended Character with character luv_suresh Perl 1 06-22-05 12:16 AM
Count Searches? fraggle PHP 7 09-19-04 01:59 PM
Post count, why? rob2132 Hot Scripts Forum Questions, Suggestions and Feedback 7 10-06-03 03:29 PM


All times are GMT -5. The time now is 07:27 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.