[ 
https://issues.apache.org/jira/browse/TEXT-75?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15931796#comment-15931796
 ] 

Pascal Schumacher commented on TEXT-75:
---------------------------------------

Issue moved from commons-lang to commons-text because StrTokenizer is 
deprecated in commons-lang and was moved to commons-text.

> StrTokenizer needs to support access to the token separators
> ------------------------------------------------------------
>
>                 Key: TEXT-75
>                 URL: https://issues.apache.org/jira/browse/TEXT-75
>             Project: Commons Text
>          Issue Type: Improvement
>            Reporter: Stephen Colebourne
>            Priority: Minor
>
> With StrTokenizer at present you cannot extract the separators between the 
> tokens, a feature which is possible with StringTokenizer.
> Thus tokenizing "a.b@c.d" 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 was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to