dojox/string/tokenize.js

  • Provides:

    • dojox.string.tokenize
  • dojox.string.tokenize

    • parameters:
      • str: (typeof String)
      • re: (typeof RegExp)
      • parseDelim: (typeof Function)
        Each group (excluding the 0 group) is passed as a parameter. If the function returns
        a value, it's added to the list of tokens.
      • instance: (typeof Object)
        Used as the "this" instance when calling parseDelim
    • summary
      Split a string by a regular expression with the ability to capture the delimeters
    • type
      Function
  • dojox.string

    • type
      Object
  • dojox

    • type
      Object