Please answer this simple SPAM challenge: min(one, six)? (Example: nine)
To split a camel-cased string using preg_split() with lookaheads and lookbehinds:<?phpfunction splitCamelCase($str) { return preg_split('/(?<=\\w)(?=[A-Z])/', $str);}?>
<< Back to user notes page
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル