.- help for ^xparse^ STB-29: ip12 .- Parse into tokens, exclusive of parsing characters -------------------------------------------------- ^xparse^ ^,^ ^p^arse^(^str^)^ ^s^tring^(^str^)^ Description ----------- ^xparse^ parses the string specified in the ^string()^ option using spaces and the characters passed in the ^parse()^ option as the parsing characters. The result, minus the non-space parsing characters, is returned in S_1. Options ------- ^p^arse^(^str^)^ specifies the parsing characters to use in addition to spaces. ^s^tring^(^str^)^ specifies the string to be parsed. Example ------- . ^xparse, parse(,) string(`line')^ Author ------ Sean Becketti Stata Technical Bulletin stb@@stata.com Also see -------- STB: STB-29 ip12 Manual: [6a] parse On-line: help for @parse@