Skip to main content

Get Patch Node

The Get Patch node extracts the patch version number from a semantic version string.

Get Patch Node

Description

The Get Patch node parses a semantic version string and returns the patch version number (the third number in the version).

Execution Inputs

None (data node, no execution flow)

Variable Inputs

  • Version (string): The semantic version string

Execution Outputs

None (data node, no execution flow)

Variable Outputs

  • Value (integer): The patch version number

Special Notes

  • The Version input must be a valid semantic version string
  • If the version is invalid, Value will be 0
  • This node doesn't have execution pins - it's a pure data node

Example Usage

Get patch version:

  1. Set Version to "2.1.0"
  2. Use Value output to get 0

Flow Download Example

Placeholder for flow download example

Additional Pictures

Placeholder for additional node images and examples