Hi!
It is possible to skip elements of a string with Sscanf()? As in C with %*s.
Example:
var res string
text := "A simple text"
fmt.Sscanf(text, "%*s %*s %s", &res)
fmt.Printf("%s\n", res) // print: "text"
Best regards,
Daniel
-- Daniel Gorbe GNU/Linux System Administrator - IT Security Specialist PGP: 0x5AEB729B3E642A16 Web: https://danielgorbe.com