Advertisement

1 - 10 of 495 containing alltags:("substring") (0.001 seconds)
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 ...
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...
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');...
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 ...
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...
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, ...
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...
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...
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...
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?...
Zones: C#Date Answered: 04/05/2004 Grade: B Views: 11