froscon2009 - 1.0
FrOSCon
Free and Open Source Software Conference
Referenten | |
---|---|
Kore Nordmann |
Programm | |
---|---|
Tag | Day 1 (2009-08-22) |
Raum | C118/PHP |
Beginn | 14:00 |
Dauer | 01:00 |
Info | |
ID | 414 |
Veranstaltungstyp | Vortrag |
Track | PHP |
Sprache der Veranstaltung | deutsch |
Feedback | |
---|---|
Haben Sie diese Veranstaltung besucht? Feedback abgeben |
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.