Opened 13 years ago
Closed 13 years ago
#4555 closed task (fixed)
Add string tokenizer to DojoX
Reported by: | Neil Roberts | Owned by: | Neil Roberts |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Dojox | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Write string tokenizer that uses a regex and is able to capture the delimeter. Support passing the delimiter matches to a function argument that says how to inject the delimeter into the list of tokens.
Note: See
TracTickets for help on using
tickets.
(In [10609]) Fixes #4555. Add quick string tokenizer