Search-Split String function: Difference between revisions
Appearance
Started page |
m Add {{correct title}} |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{stub}} | {{stub}} | ||
{{correct title|title=Search/Split String function|reason=/}} | |||
{{LabVIEW Palette Object Information|palette=Functions Palette/Programming/String/Additional String Functions{{!}}Additional String Functions palette|type=function|icon=Additional String Functions Palette - Search-Split String.png}} | {{LabVIEW Palette Object Information|palette=Functions Palette/Programming/String/Additional String Functions{{!}}Additional String Functions palette|type=function|icon=Additional String Functions Palette - Search-Split String.png}} | ||
Latest revision as of 14:50, 8 August 2024
![]() |
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
The correct title of this page is Search/Split String function. The substitution or omission of the / is because of technical restrictions.
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
![]() |
Specific use cases for this function. |
History
![]() |
History information is needed. What changes have occurred over previous versions? |
Version | Change(s) |
---|---|
![]() |
More info to come. |
See Also
![]() |
Add links to internal wiki pages that would also help. |
External Links
![]() |
Add links to external resources that would also help. |