[ 
https://issues.apache.org/jira/browse/TEXT-75?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Tompkins updated TEXT-75:
-----------------------------
    Fix Version/s: 1.x

> 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
>             Fix For: 1.x
>
>
> 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 was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to