you are in: codestackercodes [RSS]undescored para CameCase em PHP

undescored para CameCase em PHP Delicious Email

Transforma uma string usando underscores para CamelCase

show/hide lines
   1  $name = 'we_love_code';
   2  preg_replace('/_([a-z])/e', 'strtoupper(\\1)', "_{$name}");
created by rafaess — 04 July 2008 — get a short url — tags: camelcase php underscore embed

Comments



We dont send spam :)

If checked, it's highlights your comment
simple_captcha.jpg
Are you a human? Type the code from the image