REPLACEB

Returns text where an old text is replaced with a new text, using byte positions.

tip

This function is available since LibreOffice 6.0.


แƒกแƒ˜แƒœแƒขแƒแƒฅแƒกแƒ˜

REPLACEB( Text ; Position ; Length ; NewText )

Text: A text expression or reference to a cell containing a text expression in which the bytes are to be replaced.

Position: the byte position from which text is to be replaced.

Length: the number of bytes to be replaced.

NewText: the text to be inserted.

แƒ›แƒแƒ’แƒแƒšแƒ˜แƒ—แƒ”แƒ‘แƒ˜

=REPLACEB("แ„ฉแ„”แ„•แ„œแ„แ„žแ„ แ„ขแ„ฃแ„ซแ„ฌแ„ญแ„ฎแ„ฏแ„ฒแ„ถ";4;1;"ab") returns "แ„ฉ abแ„•แ„œแ„แ„žแ„ แ„ขแ„ฃแ„ซแ„ฌแ„ญแ„ฎแ„ฏแ„ฒแ„ถ" .

tip

Refer to the REPLACEB wiki page for more details about this function.