Blog |
Forum |
Repository |
Wizard
Jump to letter: [
ACDGILMOPQRWXYZ
]
php-nette-tokenizer - Nette Tokenizer
- Website:
- https://github.com/nette/tokenizer
- Licence:
- BSD or GPLv2 or GPLv3
- Vendor:
- Remi Collet
- Description:
Tokenizer is a tool that uses regular expressions to split given
string into tokens. What the hell is that good for, you might ask?
Well, you can create your own languages! Tokenizer is used in Latte for example.
To use this library, you just have to add, in your project:
require_once '/usr/share/php/Nette/Tokenizer/autoload.php';
Packages