LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

In a paragraph how to find the repeated words more than once

Hai...


    Can anybody give an idea regaurding  this Q
0 Kudos
Message 1 of 4
(2,983 Views)
Hi LabView5
scan the paragraph and remember each word. While doing this search each following word in the list and if you found it, it exists more than once.
Mike
0 Kudos
Message 2 of 4
(2,982 Views)
Explain me detailly Mike...
0 Kudos
Message 3 of 4
(2,976 Views)
Use the "Search and replace" function.
Wire "Replace all" to True, and "replace string" to nothing.
If a word exists more than once, "number of replacements" will be >1
Message 4 of 4
(2,974 Views)