The State of Wikipedia is a project that takes into account Wikipedia history, site statistics and results from the March 2010 Wikipedia survey conducted by the United Nations University. It also incorporates real-time data from Twitter, an interactive timeline of Wikipedia mentions from around the web and the beautiful aesthetic that typifies JESS3's work. All creative materials come from the JES
たまに、FLASHで文字列の検索・置換をしたいときがあるのですが、やり方を忘れることがあるので備忘録としてメモしておきます。この程度の機能は最初からStringクラスのメソッドとして用意しておいてほしいところ。Stringクラス拡張するのも何となく面倒だし。 // _str 検索・置換の対象となる文字列 // _search_str 検索する文字列 // _replace_str 置換する文字列 function str_replace( _str , _search_str, _replace_str) { var strArray = _str.split(_search_str); return strArray.join( _replace_str ); } 情報元 FLASH-JP
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く