Posts Tagged ‘regular expressions’

Simple PHP class for parsing markup

Thursday, March 26th, 2009

In the Zend Client tutorial I touched upon a little bit of code I’ve written recently for retrieving poker player statistics from various backend affiliate sites.... Read More

Parsing with Zend HTTP Client

Monday, March 9th, 2009

I need to recap today’s adventures in parsing land, I’m currently writing a lot of different parsers that are retrieving information from various pages, sometimes I’m lucky and the info I want is available as CSV or XML, most often not.... Read More

Parsing PHP gettext strings with Ruby

Monday, December 1st, 2008

I just had the need to fetch all gettext strings from a whole project. Sure poEdit can normally do this but this project is using Smarty and {t}something to translate{/t}, poEdit can’t do the Smarty stuff so we need something custom.... Read More

URL – from YouTube insert HTML – with preg_match

Friday, September 12th, 2008

A friend just needed help, he wants people to be able to put the YouTube insert code into a database. However it seems that there are some display related things in there he can live without that people might mess with and of course we don’t want that.... Read More

A Note on Regular Expressions

Thursday, August 21st, 2008

They’re a bitch :)... Read More

Regular expressions in Pico Lisp

Tuesday, July 1st, 2008

This is another step towards explaining how a registration form in Pico Lisp can work, I promise you we will get there but there is a lot of ground to cover still.... Read More