commit
b5d6095c06
1532
daijisen.go
1532
daijisen.go
File diff suppressed because it is too large
Load Diff
@ -69,6 +69,8 @@ func epwingExportDb(inputPath, outputPath, language, title string, stride int, p
|
|||||||
|
|
||||||
str = strings.Replace(str, matches[0], replacement, -1)
|
str = strings.Replace(str, matches[0], replacement, -1)
|
||||||
}
|
}
|
||||||
|
pattern := regexp.MustCompile("\n+")
|
||||||
|
str = pattern.ReplaceAllLiteralString(str, "\n")
|
||||||
|
|
||||||
return str
|
return str
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user