Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

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