DIR : /home/kozerus/public_html/pn/uize/site-source/js/Uize/Str/Delimited.todo
/home/kozerus/public_html/pn/uize/site-source/js/Uize/Str
This is a proposal document for a =Uize.Str.Delimited= module.
It is anticipated that this method could be used as the basic for methods like =urlize=, to take a source string that is delimited according to one set of rules and convert it to a target string that is delimited according to a different set of rules. This process involves creating a canonical words array form from the source and then creating a delimited string from that words array.
Uize.Str.Delimited.to & Uize.Str.Delimited.from
Uize.Str.Delimited.to
- how are word starts denoted
- delimiter character eg. '_', '-', ':'
- first char of each word capped
- first char of first word capped
- char validator
- invalid char replacement char
- invalid char replacement mode
- one replacement char per invalid char
- one replacement char per one or more invalid chars
//
koh5_pano
Drag mouse to navigate.
Navigation
- Left/Right Mouse drag: Changes camera heading.
- Up/Sown Mouse drag: Changes camera pitch.
- Scroll wheel: Changes camera field of view.
- I-Key: Displays Info panel with canvas size, image size and FPS.
17.Aug.2010, Martin Wengenmayer