MCPcopy
hub / github.com/jcubic/jquery.terminal / normalize

Method normalize

js/jquery.terminal.d.ts:575–575  ·  view source on GitHub ↗
(str: string)

Source from the content-addressed store, hash-verified

573 iterate_formatting(str: string, callback: (data: JSONObject) => void): void;
574 substring(str: string, start_index: number, end_index: number): string;
575 normalize(str: string): string;
576 split_equal(str: string, len: number, keep_words?: boolean): string[];
577 amp(str: string): string;
578 encode(str: string): string;

Callers 15

jeFunction · 0.80
eFunction · 0.80
neFunction · 0.80
BeFunction · 0.80
formattingFunction · 0.80
setFunction · 0.80
process_lineFunction · 0.80
typedFunction · 0.80
formattingFunction · 0.80
setFunction · 0.80

Calls

no outgoing calls

Tested by 1

testFunction · 0.64