E-Rex
because everyone deserves extended regular expressions
A couple posts back I compared some idiomatic Ruby with equivalent Vim forms. One of those was the multiline, whitespace-insensitive extended regular expression mode that the
Which is all good and well, but wouldn’t it be nicer if we could just do this instead:
Where the
Install https://github.com/Raimondi/VimRegStyle and you can!
This just in! the awesomeness of Extended Regular Expressions has just been added to vimple.
because everyone deserves extended regular expressions
A couple posts back I compared some idiomatic Ruby with equivalent Vim forms. One of those was the multiline, whitespace-insensitive extended regular expression mode that the
/x
flag gives the PCRE wielder. I showed how this might
be achieved in Vim as:
|
Which is all good and well, but wouldn’t it be nicer if we could just do this instead:
|
Where the
ERex
object was just magically waiting in the background
for all of our extended regex needs…?Install https://github.com/Raimondi/VimRegStyle and you can!
“There is no charge for awesomeness.”
— Po
This just in! the awesomeness of Extended Regular Expressions has just been added to vimple.
No comments:
Post a Comment