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

3 uses

	github.com/sergi/go-diff/diffmatchpatch (current package)
		diff.go#L764: 	nonAlphaNumericRegex = regexp.MustCompile(`[^a-zA-Z0-9]`)
		diff.go#L785: 	nonAlphaNumeric1 := nonAlphaNumericRegex.MatchString(char1)
		diff.go#L786: 	nonAlphaNumeric2 := nonAlphaNumericRegex.MatchString(char2)