This content has been marked as final.
Show 2 replies
-
1. Re: [JS] [CS3] Test String
pkahrel Feb 4, 2010 11:05 AM (in response to Philippe Ruelle)if (chaine02.indexOf (chaine01) > -1)
// then chaine01 is in chaine02
Peter
-
2. Re: [JS] [CS3] Test String
Philippe Ruelle Feb 4, 2010 11:16 AM (in response to pkahrel)Great! Thank you very much!


