Closed ijt closed 1 year ago
For example
s := "next week I'd like to set up a Japan trip from Jan 21st to Feb 15th just like the one from last year." got, err := ReplaceRangesByFunc(s, now, func(r Range) string { return "RANGE" })
gives back an answer with incorrect whitespace.
This is no longer an issue in v2.
For example
gives back an answer with incorrect whitespace.