Find a word in a string
Find a word in a stringusing InStr
Find a word in a string
<%
Dim strText
‘here is our string
strText = This is our sample text to be searched
‘we will look for the word sample
strSearch = InStr(strText
Related posts:
- Replace a word Learn more about Replace a word by visiting our website....
- Php - How To Check If A String Contains A Word Longer Than 50 Characters? I would like to know if it is possible to...
- Count words in a sentence Learn more about Count words in a sentence by visiting...
- Reverse a string Learn more about Reverse a string by visiting our website....
- change text in a string Learn more about change text in a string by visiting...
Related posts brought to you by Yet Another Related Posts Plugin.

