var github.com/sergi/go-diff/diffmatchpatch.whitespaceRegex

3 uses

	github.com/sergi/go-diff/diffmatchpatch (current package)
		diff.go#L765: 	whitespaceRegex      = regexp.MustCompile(`\s`)
		diff.go#L787: 	whitespace1 := nonAlphaNumeric1 && whitespaceRegex.MatchString(char1)
		diff.go#L788: 	whitespace2 := nonAlphaNumeric2 && whitespaceRegex.MatchString(char2)