nim-serde/tests/helpers.nim

5 lines
87 B
Nim
Raw Normal View History

2024-02-07 09:40:48 +11:00
import std/strutils
func flatten*(s: string): string =
s.replace(" ").replace("\n")