|
@@ -291,7 +291,7 @@ func createTable(
|
|
|
|
|
|
var badRunes = regexp.MustCompile(`[^a-zA-Z0-9_\-\.]+`)
|
|
var badRunes = regexp.MustCompile(`[^a-zA-Z0-9_\-\.]+`)
|
|
var badFirst = regexp.MustCompile(`^[^a-zA-Z]+`)
|
|
var badFirst = regexp.MustCompile(`^[^a-zA-Z]+`)
|
|
-var parens = regexp.MustCompile(`\([^\)]*\)`)
|
|
|
|
|
|
+var parens = regexp.MustCompile(`[\(\)]`)
|
|
var spaces = regexp.MustCompile(`\s+`)
|
|
var spaces = regexp.MustCompile(`\s+`)
|
|
var hyphens = regexp.MustCompile(`\-+`)
|
|
var hyphens = regexp.MustCompile(`\-+`)
|
|
var unders = regexp.MustCompile(`_+`)
|
|
var unders = regexp.MustCompile(`_+`)
|