Usage:
[Explore Code] [Download @GitHub]
PHP preg_replace the Javascript equivalent
It's seems that preg_replace (and apparently preg_replace_callback) doesn't exist in PHP.js or any other javascript library, however after some research I've found this one from Ferdinand Silva:
And this one from Xuan NGUYEN:
Problems
But their function don't support references (of the form \\n or (since PHP 4.0.4) $n or ${n}) in the remplacement argument . So I've developped mine !
Check my GitHub page for the PHP preg_replace Javascript Equivalent
And this one from Xuan NGUYEN:
Problems
But their function don't support references (of the form \\n or (since PHP 4.0.4) $n or ${n}) in the remplacement argument . So I've developped mine !
Check my GitHub page for the PHP preg_replace Javascript Equivalent
Twitter recommendation-power indicator tool [updated]
I've just released a new version of Twitter recommendation-power indicator tool.
Changelog:
However I still wait for a tr.im API key...
Changelog:
- Now support minurl.fr & minu.me
- "pass Reply & RT" option added
- Some bug fixes
However I still wait for a tr.im API key...