kaven-basic - v6.0.0
    Preparing search index...

    Function TryParseVersionFromMultiLineContent

    • Attempts to parse a version string from a multi - line content. Iterates through each line of the content and uses the TryParseVersion function to find a valid version.

      Parameters

      • content: string

        The multi - line string content from which to parse the version.

      Returns undefined | IParsedVersion

      An object containing the end - of - line sequence, all lines, the line containing the version, and the parsed version if found; otherwise, undefined.

      5.0.0

      2025-06-18