in reply to Re: Bidirectional Regular Expression Parsing and Matching Text Generation?
in thread Bidirectional Regular Expression Parsing and Matching Text Generation?
Holy expletives deleted, Batman! This looks like the dreaded OmniMark!$regex = genregex( OR( [digits,alpha], [alpha,digits] ) ); # $regex is now qr/\d[a-zA-Z]|[a-zA-Z]\d/
|
|---|