> For the complete documentation index, see [llms.txt](https://docs.flexy.bot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flexy.bot/modules/text/steps/extract-numbers.md).

# Extract Numbers

**Introduction**

The "Extract Numbers" step identifies and extracts all numeric values from a given text string. This step is useful for isolating numbers within a text for further processing or calculations.

**Configuration**

* **Value**: The text string from which numbers will be extracted. This parameter is required.
* **Decimal Separator**: Defines the character used as the decimal separator in the numbers. The default is `"."`, but you can customize it. This parameter is required.

**Outputs**

* **Numbers**: A list of extracted numbers from the provided text. These numbers can be used in subsequent steps or actions.
