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 Rating: 5.0 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 Rating: 9.4 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 Rating: 7.6 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 Rating: 6.4 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 Rating: 7.4 Views: 0
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 Rating: 7.6 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 Rating: 7.4 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 Rating: 5.8 Views: 0
While reading, I came across a line of codes which I don't understand.
Can somebody explain to me what the below codes are doing?
Trim(SubStr(myText.Strings[i], 2, ';'));
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20948592.html
I have a string named in a variable lets say X
I have another string variable called Y
All I need to do is check if X is a subset of Y
for example if X="S1P1"
and Y= "S1P1s"
then it should g...
http://www.experts-exchange.com/Programming/Languages/C/Q_20950290.html
Zones:
CDate Answered: 04/11/2004 Rating: 8.0 Views: 0