VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Search a string using a web search engine like query

by Jason R. Fayling (4 Submissions)
Category: String Manipulation
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (5 Votes)

This code demonstrates how to search a string using a web search engine style query. With this code you can analyze text files looking for specific patterns. For example:
(Microsoft and AOL) or "instant messenger"
This query will analyze any string for the occurrence of the words Microsoft and AOL or "instant messenger".
I use this code (in conjunction with other code) to scan the users hard drive for occurrences of text files that meet the user defined search parameters. This is an enhanced version of the search for files containing text feature in windows.

Rate Search a string using a web search engine like query

Upload

Download this snippet    Add to My Saved Code

Search a string using a web search engine like query Comments

No comments have been posted about Search a string using a web search engine like query. Why not be the first to post a comment about Search a string using a web search engine like query.

Post your comment

Subject:
Message:
0/1000 characters