Ask a Question related to ASP.NET General, Design and Development.
-
powerranger #1
string search
Is there a way to search a string within a string. For example, I
want to search for "world" in "Hello world" knowing that "world" can
be anywhere in the string. How do I do that? Thanks.
powerranger Guest
-
search a string for value
hi, i have a field that has descriptions for a product.. i want to do a search on this field.. but i'm getting bad results because some users... -
String Search with SQL
I was trying to write an SQL statment that will do a string search in an Access 2000 database. But I can't seem to figure out how to do it so that... -
how to optimize a string search
I know this is more of an algorithm question but please bear with me. In my program I am checking wether a emailid exists in a list I have in... -
Search string in a file
On Wed, 15 Oct 2003, Panther wrote: # I must search string in a file ?? # How I must open file in read and search string ?? # What is syntax ??... -
String question: Returning portion of string with words surrounding highlighted search term?
I'm looking to find or create an ASP script that will take a string, examine it for a search term, and if it finds the search term in the string,... -
Steve C. Orr, MCSD #2
Re: string search
Use the "IndexOf" method of the string object.
Here's more info:
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemstringclassindexoftopic.asp[/url]
--
I hope this helps,
Steve C. Orr, MCSD
[url]http://Steve.Orr.net[/url]
"powerranger" <tangolp@yahoo.com> wrote in message
news:13bc95e0.0306301259.36cb8539@posting.google.c om...> Is there a way to search a string within a string. For example, I
> want to search for "world" in "Hello world" knowing that "world" can
> be anywhere in the string. How do I do that? Thanks.
Steve C. Orr, MCSD Guest



Reply With Quote

