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.
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10142522.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_11217098.html
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 =~ /$...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_20105519.html
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
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/98/Q_20162532.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20171354.html
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_20264593.htm...
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_20382821.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20458310.html
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...
http://www.experts-exchange.com/Programming/Languages/C/Q_20484947.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_20567208.html
Zones:
PerlDate Answered: 07/23/2003 Grade: A Views: 0