Go to the first, previous, next, last section, table of contents.


stringWords[

Function: stringWords[ { stg -> [stgs] }
file: job.t
package: muf
status: alpha

Pushes a block containing the alphanumeric words in a given string:

Stack:
"The goddess is alive, and magic is afoot" stringWords[
Stack: [ "The" "goddess" "is" "alive" "and" "magic" "is" "afoot" |

See section chopString[.

For conciseness, this operator is also available as words[. See section chopString[. See section substring.


Go to the first, previous, next, last section, table of contents.