nim-serde/tests/helpers.nim
2024-05-13 15:09:34 +10:00

5 lines
87 B
Nim

import std/strutils
func flatten*(s: string): string =
s.replace(" ").replace("\n")