Advertisement

1 - 10 of 1243 containing alltags:("regular") (0.001 seconds)
I urgently need a class or a function for regular expressions. I need it for checking the validity of data received from external device through the serial COM.
Zones: C++Date Answered: 04/30/1999 Grade: C Views: 0
I have a text : dov like upper('g0123') and FILEDT >= '200007' and FILEDT <= '200007' 1. I want to pick off just the g0123 and place it in a different variable to print out ( without the quo...
Zones: PerlDate Answered: 09/13/2000 Grade: A Views: 0
I have a string called $string1 for example and I compare with another string called $string2 to see if the $string1 appears in there. Pattern matching. currently I'm doing; if($string1 =~ /$...
Zones: PerlDate Answered: 04/20/2001 Grade: A Views: 0
Is there a Win98 utility that automates regular changes (every minute, hour, day, etc) of the desktop wallpaper, endlessly repeating files one after another from a specified directory? ~ Qunck
Zones: Windows 98Date Answered: 08/03/2001 Grade: B Views: 0
Can anyone give me a regular expression pattern to parse the arguments of a VB procedure.  All I'm after is the argument names:- I need to turn this... Private SomeProc(Byval a As long, b A...
Zones: Visual BasicDate Answered: 08/20/2001 Grade: B Views: 0
I have a link: $strLink = "<a href=\"skod.html\">Link</a>"; I have a host: $strHost = $HTTP_HOST; How do I get the host infront of skod.html? The expression need to check if there is a host...
Zones: PHPDate Answered: 02/08/2002 Grade: A Views: 0
i have  a pattern say ab a b (a seperated with a space) ab (ab and a space should not be allowed) ab and a b should be allowed How do i write a regular expression for this. Please gi...
Zones: C#Date Answered: 10/29/2002 Grade: B Views: 0
Hi, I've been trying to solve this problem for several hours but I've found nothing. This is want I want to do: I have a style sheet with several style-classes. I want to replace a specific...
Zones: .NETDate Answered: 10/22/2003 Grade: A Views: 0
I have several files that contain some information that I would like to extract.  I can't seem to get the information I am looking for, and only that information, using grep, awk, sed, etc., althou...
Zones: CDate Answered: 01/28/2003 Grade: A Views: 0
Hai, Iam having text as follows: "This is Sample Text. <i>This is Sample Text. <i>This is Sample</i> Text. This is Sample Text. This is <i>Sample Text</i>. This is Sample Text. This is Sample...
Zones: PerlDate Answered: 07/23/2003 Grade: A Views: 0