Search/Split String function

From LabVIEW Wiki
Jump to: navigation, search
Object information
Owning palette(s) Additional String Functions palette
Type Function
Requires Basic Development Environment
Icon Additional String Functions Palette - Search-Split String.png

The Search/Split String function divides a single string into two substrings.

You can divide the string at a certain character or substring. Search/Split String searches string for the string or character in search string/char. The function splits the string and returns the resulting two strings in substring before match and match + rest of string.

Usage

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links