Jump to content

Reverse strtolower?


Chevy

Recommended Posts

eregi_replace() is case insensitive anyway

 

Description

string eregi_replace ( string $pattern, string $replacement, string $string )

 

This function is identical to ereg_replace() except that this ignores case distinction when matching alphabetic characters.

 

 

courtesy of the <a href="http://uk.php.net/manual/en/function.eregi-replace.php"> MANUAL </a>

Link to comment
https://forums.phpfreaks.com/topic/54814-reverse-strtolower/#findComment-271086
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.