janstarke / rexgen

API Documentation
https://github.com/janstarke/rexgen/blob/master/doc/api.md
GNU General Public License v2.0
52 stars 21 forks source link

? doesn't work #49

Closed jackwasey closed 7 years ago

jackwasey commented 7 years ago

version 2.0.7

rexgen "aa?"
aa

I expected:

a
aa

however,

rexgen "aa{0,1}"
a
aa

works fine.

Thanks.

janstarke commented 7 years ago

that should be working. can you give it a try?

jackwasey commented 7 years ago

Will give it a go. Thanks!

janstarke commented 7 years ago

However, please create additional issues if you miss some functionality. I didn't have you your use case in mind when writing this tool, so it would be kind if you helped me to align rexgen to real-world use cases ;-)

Regards, Jan