import * as coreFn from "https://deno.land/x/core_fn@v1.0.0-beta.16/uncurry/string/mod.ts";
Variables
Returns the character at the specified index. | |
Checks if a string ends with the provided substring. | |
Matches a string with a regular expression, and returns an array containing the results of that search. | |
Returns a String value that is made from count copies appended together. If count is 0, the empty string is returned. | |
Replaces matches for | |
Checks if a string starts with the provided substring. |