Formualizer Docs
ReferenceFunctionsText Functions

REPLACEB

REPLACEB: Replaces text using non-DBCS byte-compatible semantics.

Summary

In Formualizer's invariant locale, REPLACEB delegates to REPLACE.

Examples

Replace byte-compatible text
Grid
CellValue
No inputs on Sheet1.
Formula
=
Result
Not evaluated yet.
Expected
abZZef

FAQ

Does REPLACEB operate on raw UTF-8 bytes?

No. In the invariant locale it delegates to REPLACE.

Runtime metadata

Category

Text

Signature

REPLACEB(arg1, arg2, ... argN: Any)

This function accepts a repeating argument pattern (min args: 4).

Arity

min 4, max 1

Arguments

arg1

Any · Scalar

Caps

PURE

Source

On this page