Zen0x7 / RegexQL

A human readable RegEx abstraction layer
Other
0 stars 0 forks source link

Specification? #3

Open Zen0x7 opened 5 months ago

Zen0x7 commented 5 months ago

IMHO, query languages requires a well defined spec ...

Probably, to avoid questions, reduce uncertainty of unexpected behaviors and more.

It's fair to me, keep it simple, enough to be written by a child.

Syntax could be something like:

there are two groups of 
    alphanumeric and 
    special characters (dots, pipes, slashs, dashes)
and
three groups of numbers at least 6 digits

A lot of words and sentences can be proposed, like started by uppercase, ended by question mark and so on.