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.

Boundary Extension >

Product: 

Class: 

Remarks

[revisit]

When you append a > to a variable name, this makes the parser eagerly continue until it finds the final possible anchor, instead of the first one.

Pattern: a cReplacement: <{@Self}>

a b c d a b c d a b c d

gets replaced with d d d

but if the pattern is: a {etc>} cthen you get: d

Examples