Adverti horiz upsell

tokenize1 1.0.0 for Maya (maya script)

smart tokeinze

License
Button download
93 Downloads

Compatibility

  • 2009

Operating Systems

  • Windows

History

Created:06/29/2009
Last Modified:06/29/2009
File Size: 2.28 KB
ex1>
string $buf[] = tokenize1("abc/def//ghi", "//");
 $buf[0]: abc/def
 $buf[1]: ghi

ex2>
string $buf[] = tokenize1("abc/def//ghi", "/");
  $buf[0]: abc
  $buf[1]: def
  $buf[2]: ghi


ex3>
string $buf[] = tokenize1("abc/def//ghi", "hi");
  $buf[0]: abc/def//g

ex3>
string $buf[] = tokenize1("abc/def//ghi", "a");
 $buf[0]: bc/def//ghi

by Jung Sup Han(korea)

js0h1@nate.com


Please use the Bug System to report any bugs.
Please use the Feature Requests to give me ideas.
Please use the Support Forum if you have any questions or problems.
Please rate and review in the Review section.