With JSTL 1.1 you can do:

<c:out value="${fn:substring('foobar',3,6)"/>

On 5/11/05, Brian McGovern <[EMAIL PROTECTED]> wrote:
> I want to only print a portion of a string with JSTL c:out tag
> 
> So if my string = "foobar", I want to know how to print out "xxxbar"
> 
> Thanks
> -B
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

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

Reply via email to