locutus
Version:
Locutus other languages' standard libraries to JavaScript for fun and educational purposes
92 lines (91 loc) • 4.03 kB
JavaScript
export { addcslashes } from "./addcslashes.js";
export { addslashes } from "./addslashes.js";
export { bin2hex } from "./bin2hex.js";
export { chop } from "./chop.js";
export { chr } from "./chr.js";
export { chunk_split } from "./chunk_split.js";
export { convert_cyr_string } from "./convert_cyr_string.js";
export { convert_uuencode } from "./convert_uuencode.js";
export { count_chars } from "./count_chars.js";
export { crc32 } from "./crc32.js";
export { echo } from "./echo.js";
export { explode } from "./explode.js";
export { get_html_translation_table } from "./get_html_translation_table.js";
export { hex2bin } from "./hex2bin.js";
export { html_entity_decode } from "./html_entity_decode.js";
export { htmlentities } from "./htmlentities.js";
export { htmlspecialchars } from "./htmlspecialchars.js";
export { htmlspecialchars_decode } from "./htmlspecialchars_decode.js";
export { implode } from "./implode.js";
export { join } from "./join.js";
export { lcfirst } from "./lcfirst.js";
export { levenshtein } from "./levenshtein.js";
export { localeconv } from "./localeconv.js";
export { ltrim } from "./ltrim.js";
export { md5 } from "./md5.js";
export { md5_file } from "./md5_file.js";
export { metaphone } from "./metaphone.js";
export { money_format } from "./money_format.js";
export { nl2br } from "./nl2br.js";
export { nl_langinfo } from "./nl_langinfo.js";
export { number_format } from "./number_format.js";
export { ord } from "./ord.js";
export { parse_str } from "./parse_str.js";
export { printf } from "./printf.js";
export { quoted_printable_decode } from "./quoted_printable_decode.js";
export { quoted_printable_encode } from "./quoted_printable_encode.js";
export { quotemeta } from "./quotemeta.js";
export { rtrim } from "./rtrim.js";
export { setlocale } from "./setlocale.js";
export { sha1 } from "./sha1.js";
export { sha1_file } from "./sha1_file.js";
export { similar_text } from "./similar_text.js";
export { soundex } from "./soundex.js";
export { split } from "./split.js";
export { sprintf } from "./sprintf.js";
export { sscanf } from "./sscanf.js";
export { str_getcsv } from "./str_getcsv.js";
export { str_ireplace } from "./str_ireplace.js";
export { str_pad } from "./str_pad.js";
export { str_repeat } from "./str_repeat.js";
export { str_replace } from "./str_replace.js";
export { str_rot13 } from "./str_rot13.js";
export { str_shuffle } from "./str_shuffle.js";
export { str_split } from "./str_split.js";
export { str_word_count } from "./str_word_count.js";
export { strcasecmp } from "./strcasecmp.js";
export { strchr } from "./strchr.js";
export { strcmp } from "./strcmp.js";
export { strcoll } from "./strcoll.js";
export { strcspn } from "./strcspn.js";
export { strip_tags } from "./strip_tags.js";
export { stripos } from "./stripos.js";
export { stripslashes } from "./stripslashes.js";
export { stristr } from "./stristr.js";
export { strlen } from "./strlen.js";
export { strnatcasecmp } from "./strnatcasecmp.js";
export { strnatcmp } from "./strnatcmp.js";
export { strncasecmp } from "./strncasecmp.js";
export { strncmp } from "./strncmp.js";
export { strpbrk } from "./strpbrk.js";
export { strpos } from "./strpos.js";
export { strrchr } from "./strrchr.js";
export { strrev } from "./strrev.js";
export { strripos } from "./strripos.js";
export { strrpos } from "./strrpos.js";
export { strspn } from "./strspn.js";
export { strstr } from "./strstr.js";
export { strtok } from "./strtok.js";
export { strtolower } from "./strtolower.js";
export { strtoupper } from "./strtoupper.js";
export { strtr } from "./strtr.js";
export { substr } from "./substr.js";
export { substr_compare } from "./substr_compare.js";
export { substr_count } from "./substr_count.js";
export { substr_replace } from "./substr_replace.js";
export { trim } from "./trim.js";
export { ucfirst } from "./ucfirst.js";
export { ucwords } from "./ucwords.js";
export { vprintf } from "./vprintf.js";
export { vsprintf } from "./vsprintf.js";
export { wordwrap } from "./wordwrap.js";