 |
 |
 |
J. Zhang wrote:
I have got a string:
"Yoshimi Battles the Hip-Hop Robots"
The $keyword = hip
I count the substring before the $keyword like this:
string-length(substring-before($string, $keyword))
When I count the length before the keyword, it returning to me 0,
which is wrong.
Why is that wrong? If the spelling above is correct and not an error of
incorrect cut 'n' paste it is precisely what is should return: '0' when
the string is not found (which means: the string 'hip' that you are
searching for does not appear in the string).
Cheers,
-- Abel Braaksma
|
 | 

|  |
These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.
|  |
| |
 |
 |
 |