core.tokenizer
Home > @medplum/core > Tokenizer
Tokenizer class
Signature:
export declare class Tokenizer 
Constructors
| Constructor | Modifiers | Description | 
|---|---|---|
| (constructor)(str, keywords, operators, options) | Constructs a new instance of the Tokenizer class | 
Methods
| Method | Modifiers | Description | 
|---|---|---|
| tokenize() |