Eric,
I had to do something close to what you have requested. I do not think it is an exact fit.
I used String.split method which takes a regex param. I then concat the resulting array. I only had a few strings to deal with, so I did not worry about performance or other potential issues.
Good luck,
Tim
On Jun 4, 2013, at 9:27 AM, Eric Bouchut <alforic@gmail.com> wrote:
> I cannot find a way, using GWT's *JRE emulation,* to :
>
> - *search* *for a* sub *string* in a String *ignoring accented characters
> * (diacritics)
> - *remove accented characters* from a String
>
>
> Any suggestion or pointer to an external library offering any of these
> features would be greatly appreciated ?
>
> Thanks.
>
>
>
>
> --
> You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
No comments:
Post a Comment