public static function getColorFromString(color:String):int
{
return parseInt(new RegExp(/[0-9a-fA-F]+/).exec(color),16);
...
ActionScript Get color from string
Script was written on AS3. ...
<?php
function fetch($url,$start,$end){
...
PHP Wikipedia API and text form...
by z3ro,
January 09, 2008 18:37,
4 refactorings, tagged with convert, html, plain html, formatting, parser, regex, xml, php, wikimedia, api, wikipedia
I need to add Wikipedia's i...
Conversion from the 2d arra...