Enter Keywords:
1 - 10 of 188(0.024 seconds)
Sort By:
 
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...
Zones: Delphi ProgrammingDate Answered: 03/22/2000 Rating: 6.8 Views: 0
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...
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...
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 ...
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) ...
Zones: MS Visual BasicDate Answered: 05/08/2005 Rating: 6.2 Views: 0
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.
Zones: ASPDate Answered: 07/05/2005 Rating: 7.4 Views: 0
How would I search a varchar column for all records that contain a " ?
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 :)
Zones: Delphi ProgrammingDate Answered: 08/30/2005 Rating: 7.6 Views: 0
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...
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 ...
Zones: MS AccessDate Answered: 01/11/2006 Rating: 9.0 Views: 0