You are here: Re: [PHP] Testing a String for 'most' Capitalised « PHP « IT news, forums, messages
Re: [PHP] Testing a String for 'most' Capitalised

Posted by Robin Vickery on 10/10/05 17:27

On 10/10/05, zzapper <david@tvis.co.uk> wrote:
> Hi,
>
> Image that there could be a string
>
> fred
> Fred
> FRED
>
> First of all I need to know that these are same which I can do with strtolower, but how could I tell
> that 'FRED' is 'most captilised?

<?php

$strings = array(
'fred',
'Fred',
'fRED',
'fReD'
);

print array_reduce($strings, 'mostUpper');

function mostUpper($a, $b) {
return strlen(preg_replace('/[^[:upper:]]/', '', $a)) >
strlen(preg_replace('/[^[:upper:]]/', '', $b)) ? $a : $b;
}

?>

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация