MCPcopy
hub / github.com/winjs/winjs / trim

Method trim

tools/dts-verifier/lib/lib.d.ts:411–411  ·  view source on GitHub ↗

Removes the leading and trailing white space and line terminator characters from a string.

()

Source from the content-addressed store, hash-verified

409
410 /** Removes the leading and trailing white space and line terminator characters from a string. */
411 trim(): string;
412
413 /** Returns the length of a String object. */
414 length: number;

Callers 15

getControlHandlerFunction · 0.80
scheduleWriteRulesFunction · 0.80
sanitizeSpacesFunction · 0.80
toggleClassFunction · 0.80
trimFunction · 0.80
parseColorFunction · 0.80
NavBarCommandTestsClass · 0.80
checkTileFunction · 0.80
afterCompleteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected