Comment on RegExpBuilder – Create regular expressions using chained methodsparentComments−coldtea11yRegular expressions are a natural fit for construction of regular expressions.The particular syntax we use (which is not that great) is not THE "regular expressions" is just one syntax we arrived at.That is, the "regular expressions" name doesn't refer to the syntax, but to the concept.
Comments
The particular syntax we use (which is not that great) is not THE "regular expressions" is just one syntax we arrived at.
That is, the "regular expressions" name doesn't refer to the syntax, but to the concept.