The String Keyword

Not the keyword you're looking for? See all keywords.

Faster find algorithms in nom

This article explains quickly how I've improved nom's performance by 78% when parsing in some cases.

Generate strings based on regular expressions

During my PhD thesis, I have partly worked on the problem of the automatic accurate test data generation. In order to be complete and self-contained, I have addressed all kinds of data types, including strings. This article aims at showing how to generate accurate and relevant strings under several constraints.