Hi,

how can I test whether a substring occurs in a string using "<c:if
test=...>".
I mean something like:
        String str = "Hello";
        if (str.indexOf("el")) {
        }

Zsolt



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to