jmeaster30 / vore

VerbOse Regular Expressions - Regular Expression Engine with Verbose English-like Syntax
MIT License
1 stars 0 forks source link

shorthands for full line and full file matching #60

Closed jmeaster30 closed 1 year ago

jmeaster30 commented 1 year ago

Currently you can use the anchors "line start", "line end", "file start", and "file end" to match parts of a line and file but I want to be able to use "line" and "file" to match a whole line and file respectively.

The full file matching is likely not super useful at all but just for consistency we can add that

jmeaster30 commented 1 year ago

I will be using the following syntax because adjectives usually precede the nouns they modify

whole line
whole file
whole word
jmeaster30 commented 1 year ago

Implemented in latest commit