Boundary Extension >

SDK version: 

5.7.0-preview.3 8/14/2026

Product: 

Class: 

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.

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

This page last modified on: 

8/7/2026