uCalc API Version: 5.7.0-preview.1 Released: 7/30/2026

Warning

uCalc API Preview Release Notice:This preview documentation describes the intended behavior of the API. It is not fully accurate or complete.The current preview build contains incomplete features, unoptimized performance, and is subject to breaking changes.Use of the preview version in your production code is not recommended.

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