I want to build a small programme so that the user can search through a directory of files to find any files which contain a certain string, which he will type into a text box.
The file type could...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10314177.html
My program needs to read the HTML source code from a website. I've already implemented the appropriate API functions to get the HTML text into a string variable, sHTML. What I need to come up wit...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20259546.html
Zones:
Visual BasicDate Answered: 01/30/2002 Rating: 7.0 Views: 0
Is there an easy way to do this? right now I'm doing this
private int _isPersonID(string recipient)
{
//if recipient contains an '@' char then return 0 for fals...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_20754240.html
Zones:
C#Date Answered: 10/01/2003 Rating: 7.6 Views: 0
Hello,
I need to do the following.
I need to search a string and remove (from the beginning) any occurances of re: RE: FWD: fwd:
As you probably guessed, it is the subject of email that i ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_20760908.htm...
Zones:
PHPDate Answered: 10/09/2003 Rating: 8.4 Views: 0
I want to use a regex to find matches for a string which (for purposes of illustration) starts with MNAB and ends with CDMN and, somewhere between those, contains XYZ. Between MNAB (at the start) ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21408609.htm...
simple. one string STRING1 second string STRING2.
how to check if STRING1 is in STRING 2?
if it is it should return the value YES, if not then NO.
thnx.
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_21472455.htm...
Zones:
ASPDate Answered: 07/05/2005 Rating: 7.4 Views: 0
How would I search a varchar column for all records that contain a " ?
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21509111.html
Zones:
MS SQL ServerDate Answered: 07/29/2005 Rating: 9.2 Views: 0
Hi.
How can i search for a some strings (words) in a webpage.
Thanks in advance :)
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21543589.html
I have a regex problem I just cant figure out.
I have a string of text I need to search for a match on, and replace. The text I'm trying to match on could be any case so therefore the regex need...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21650592.html
Zones:
C#Date Answered: 12/03/2005 Rating: 9.6 Views: 0
I've got the following code that makes sure that the CurrentDb.Name doesn't have the symbol ~ in it as a short name.
Is there a better set of code that I may use in this regard?
Dim i As Long
...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_21693351.html
Zones:
MS AccessDate Answered: 01/11/2006 Rating: 9.0 Views: 0