[
https://issues.apache.org/jira/browse/LANG-288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12777862#action_12777862
]
Henri Yandell commented on LANG-288:
------------------------------------
Major question for us here is whether this change would be backwards
compatible. if so, then we can consider punting to 3.1. If not, then we should
either wontfix or try to deal with now.
> StrTokenizer needs to support access to the token separators
> ------------------------------------------------------------
>
> Key: LANG-288
> URL: https://issues.apache.org/jira/browse/LANG-288
> Project: Commons Lang
> Issue Type: Improvement
> Reporter: Stephen Colebourne
> Priority: Minor
> Fix For: 3.0
>
>
> With StrTokenizer at present you cannot extract the separators between the
> tokens, a feature which is possible with StringTokenizer.
> Thus tokenizing "[email protected]" using ".@" would return a,b,c,d but you wouldn't
> know where the @ was.
> This could probably best be part of the API as a lastSeparator() method that
> can only be called after next(), returning the separator(s) between that
> token and the previous token.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.