I have some srings like
<br><a href="test.htm"><b>Some Text</b></a>
and
<br><a href="testgetmore.htm"><b>More Text</b></a>
i want to get the substring after <b> and before </b> but the position ...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_10078280.html
Zones:
PerlDate Answered: 09/05/1998 Grade: A Views: 0
Can anyone tell me what is syntax of (mid(theString, 1, 1)) in C/C++ ? (In console)
Another question, can anyone tell me where should I go (website) if I am the beginner of visual C++ (windows pro...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10243963.html
Zones:
C++Date Answered: 12/23/1999 Grade: C Views: 0
I'm trying to get the string between { and }...
var a = document.forms[0].onsubmit;
a.substring(a.indexOf('{'),a.lastIndexOf('}'));
In my form's onsubmit I've "function{alert('test');...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20333169.html
Zones:
JavaScriptDate Answered: 08/05/2002 Grade: A Views: 0
I am writing a C program and need to use the equivalent of the C++ substring function to return the 1st 10 characters of a string. Does C have something similar or has anyone had to write their ...
http://www.experts-exchange.com/Programming/Languages/C/Q_20402648.html
Zones:
CDate Answered: 11/20/2002 Grade: A Views: 0
is there a c library that i can use to do a sub string / partial string match?
ie.. if i have an element with field "christmas" and i do a search for any of the followoing, it returns "christm...
http://www.experts-exchange.com/Programming/Languages/C/Q_20511399.html
Zones:
CDate Answered: 12/30/2003 Grade: A Views: 0
I've been trying to do this code and it seem not to work and I need your help. This is in C programming only not C++.
I need to write a function for substring with four parameters: str, substr, ...
http://www.experts-exchange.com/Programming/Misc/Q_20597575.html
Zones:
ProgrammingDate Answered: 10/14/2003 Grade: A Views: 0
Hey, I was wondering if there was a way in MS SQL (2000 specifically) to cast out a character, like in FoxPro
For example, in fox pro you could have
SubStr(alltrim(field), 1, at('$', alltr(f...
http://www.experts-exchange.com/Databases/Microsoft_SQL_Server/Q_20631677.html
Zones:
MS SQL ServerDate Answered: 05/30/2003 Grade: A Views: 737
I have a string with the following values:
"tField1;tField2;cField3;cField4;"
I have the following code to build a 2 dimensional array. This works on the first field and builds the array as F...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20721538.html
Zones:
JavaScriptDate Answered: 08/27/2003 Grade: A Views: 0
Hi,
I need a Regex that removes all size, face, and style declarations from inside the HTML font tags within a document (leaving ony the color declarations in the font tags).
The code needs...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20938146.html
Zones:
Visual BasicDate Answered: 04/02/2004 Grade: A Views: 0
hello,
i have sdfiopgjosdifj3476498764589<abc234>eruhiuwetheri9476948769834rjbheirbt<23423sdf>iojrojyriotyjie
what is the best way to extract the values inside the <> without using substring?...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_20940078.html
Zones:
C#Date Answered: 04/05/2004 Grade: B Views: 11