ICDTOKN ;DLS/DEK - Parse Text ;04/21/2014
Source file <ICDTOKN.m>
Name | Comments | DBIA/ICR reference |
---|---|---|
TOK(X) | ; Parse Text into Tokens in array PARS()
|
|
TOKEN(X,ROOT,SYS,ARY) | ; Parse Text into Tokens
|
|
CT(SEG,ROOT,SYS) | ; Count Usage
|
|
PAR(X,ARY,FLG) | ; Parse
|
|
EXC(X) | ; Exclusions
|
|
SWAP(X) | ; Special Case Word Swap
|
|
SW(X,SEG1,SEG2) | ; Swap text SEG1 for SEG2 in X
; ; Input ; ; X Text string ; SEG1 Word to remove in string (replace) ; SEG2 Word to insert in string (with) ; ; Output ; ; X Text string without SEG1 ; |