buildInfoLineHasKey

fnbool buildInfoLineHasKey(IStr line, IStr key) @safe nothrow @nogc

Returns true if a build info line starts with the given key. The line uses the format: "key: value" Example: buildInfoLineHasKey("version: 1.0.0", "version") returns true.