Deletes a specified length of characters in a string and replaces the deleted portion with another string.
The string in which you want to replace characters.
Substring that replaces a specified length of characters in the input string.
Default: Empty string
The number of characters the substring will replace in the input string.
If the substring is empty, the specified length of characters is deleted starting at the offset.
Default: 0
The edited string that includes the replaced characters.
Characters that were replaced in the string.
Characters in UTF-8 can be multiple bytes so string nodes count the number of characters in a string instead of jumping to a point in memory. Since the length and offset parameters are in units of characters, avoid nesting this node with large strings because that can create exponential functions that carry a higher performance burden.
Where This Node Can Run:
Desktop OS: Windows
FPGA: DAQExpress does not support FPGA devices
Web Server: Supported in VIs that run in a web application