PHP Regular expressions

Kommentieren May 08 2009 .txt, .json, .md

Wer sie kann, der kann. Wer nicht der flucht.

Crucial Concepts Behind Advanced Regular Expressions

Regular expressions (or regex) are a powerful way to traverse large strings in order to find information. They rely on underlying patterns in a string’s structure to work their magic. Unfortunately, simple regular expressions are unable to cope with complex patterns and symbols. To deal with this dilemma, you can use advanced regular expressions.

Wer noch überhaupt keine Ahnung davon hat sollte sich diesen Artikel anschauen.

Banana out.