You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Jeff Beal <jb...@gmail.com> on 2005/05/11 16:55:23 UTC

Re: OT JSTL c:out

With JSTL 1.1 you can do:

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

On 5/11/05, Brian McGovern <bm...@imediainc.com> 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: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org