Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

search the third word in string in c#

string[] wordslist = text.Split(' ');
Console.WriteLine(wordslist[index-1]);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #search #word #string
ADD COMMENT
Topic
Name
2+2 =