> ## Documentation Index
> Fetch the complete documentation index at: https://thrackle.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# cleanInstructionSet

> **cleanInstructionSet**(`instructionSet`): `any`\[]

Cleans the instruction set by replacing string representations of operators with their numeric equivalents.

## Parameters

| Parameter        | Type     | Description                   |
| ---------------- | -------- | ----------------------------- |
| `instructionSet` | `any`\[] | The instruction set to clean. |

## Returns

`any`\[]

## Defined in

[src/parsing/parser.ts:444](https://github.com/forte-service-company-ltd/forte-rules-engine-sdk/blob/5aad4d7c3c8cc91280e4449c17ac8ea31219fbed/src/parsing/parser.ts#L444)
