froscon2009 - 1.0
FrOSCon
Free and Open Source Software Conference
Speakers | |
---|---|
Kore Nordmann |
Schedule | |
---|---|
Day | Day 1 (2009-08-22) |
Room | C118/PHP |
Start time | 14:00 |
Duration | 01:00 |
Info | |
ID | 414 |
Event type | Lecture |
Track | PHP |
Language used for presentation | German |
Feedback | |
---|---|
Did you attend this event? Give Feedback |
Parsing with PHP
Using parsers in PHP is less common then one might think. BBCodes, Wiki-Markup, Request-URLs - all need some kind of parsing. This talk will show why regular expressions are not always sufficient for such tasks and then show some more simple examples how maintainable parsers can be written with PHP, and how regular expressions can be used for efficient tokenizing.
Using parsers in PHP is less common then one might think. BBCodes, Wiki-Markup, Request-URLs - all need some kind of parsing. This talk will show why regular expressions are not always sufficient for such tasks and then show some more simple examples how maintainable parsers can be written with PHP, and how regular expressions can be used for efficient tokenizing.