import * as cliffy from "https://deno.land/x/cliffy@v1.0.0-rc.1/table/consume_words.ts";
Functions
Consumes the maximum amount of words from a string which is not longer than given length. This function returns at least one word. |
x/cliffy/table/consume_words.ts
import * as cliffy from "https://deno.land/x/cliffy@v1.0.0-rc.1/table/consume_words.ts";
Consumes the maximum amount of words from a string which is not longer than given length. This function returns at least one word. |