Previous | Next | (P-PDF) JavaScript
Topic: InString function in JS
Conf: (P-PDF) JavaScript, Msg: 28239
From: Jub
Date: 10/7/2001 03:04 AM
Check out the acrobat Javascript Guide.
I think the 'replace' method of the String object
will do what you want...
If 'zzz' could appear multiple times in your string
then you might want to have the replace happen inside a loop while you 'test' the string for 'zzz'.
HTH
Jub