DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
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
COMMENT
Name
2+3 =
Submit