uCalc API Version: 2.1.3-preview.2 Released: 6/17/2026

Warning

uCalc API Preview Release Notice:The documentation describes the intended behavior of the API. The current preview build contains incomplete features, unoptimized performance, and is subject to breaking changes.

TransformerResetOption

Enum

Product: 

Class: 

Transformer reset options

Name Value Description
All

Resets all (Input, Tokens, Rules)

Input

Resets the input to an empty string

Tokens

Resets token definitions

Rules

Resets the FromTo rules

Results

Resets transformer results

Passes

Removes passes

Remarks

For use with [topic: uCalc.Transformer.Reset]. When resetting a transformer, you have the option to select which part of it to reset; such as just the string input, or tokens, or rules, or results, or passes, or everything.

Examples