Jump to content

Search-Split String function

From LabVIEW Wiki
Revision as of 14:49, 8 August 2024 by Logmanoriginal (talk | contribs) (Logmanoriginal moved page Search/Split String function to Search-Split String function: The "/" in the page name renders as a subpage (Search -> Split String function), which is not what we want. Using a dash to avoid )
Object information
Owning palette(s) Additional String Functions palette
Type Function
Requires Basic Development Environment
Icon

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