Name: | php-nette-tokenizer |
---|---|
Version: | 2.2.3 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 18808 |
License: | BSD or GPLv2 or GPLv3 |
RPM: | php-nette-tokenizer-2.2.3-1.el7.noarch.rpm |
Source RPM: | php-nette-tokenizer-2.2.3-1.el7.src.rpm |
Build Date: | Mon Dec 04 2017 |
Build Host: | x86-ol6-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/nette/tokenizer |
Summary: | Nette Tokenizer |
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'; |