regex for hyphen word break
match the end of line hyphens that split up words
A hyphen appears at the end of a line when the word must be split to fit on the line
A hyphen word break is when a word is broken into 2 using a hyphen (-
) to be continued in the next line
This is especially useful in scraping data when you wanna join hyphen seperated words
Cheatsheet
expr | usage |
---|
iHateRegex
by
geon