yandex / pire

Perl Incompatible Regular Expressions library
http://github.com/dprokoptsev/pire/wiki
Other
329 stars 30 forks source link

add method Size() to class Lexer #17

Open starius opened 9 years ago

starius commented 9 years ago

This method is trivial to implement. It would return length of the pattern, which is useful information.

dprokoptsev commented 9 years ago

Provide a use case, pls.