Last active
November 27, 2019 12:45
-
-
Save ggteixeira/f365e7fe2641874f553c1df37d07a5a9 to your computer and use it in GitHub Desktop.
Match any word using Vim regex #Regex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/first_word [a-zà-ž]* third_word |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment