phpjs
Version:
100 lines (98 loc) • 3.5 kB
Markdown
---
layout: page
title: "JavaScript strings functions"
comments: false
sharing: false
footer: true
---
<!-- Generated by Rakefile:build -->
- [addcslashes](/functions/addcslashes)
- [addslashes](/functions/addslashes)
- [bin2hex](/functions/bin2hex)
- [chop](/functions/chop)
- [chr](/functions/chr)
- [chunk_split](/functions/chunk_split)
- [convert_cyr_string](/functions/convert_cyr_string)
- [convert_uuencode](/functions/convert_uuencode)
- [count_chars](/functions/count_chars)
- [crc32](/functions/crc32)
- [echo](/functions/echo)
- [explode](/functions/explode)
- [get_html_translation_table](/functions/get_html_translation_table)
- [html_entity_decode](/functions/html_entity_decode)
- [htmlentities](/functions/htmlentities)
- [htmlspecialchars](/functions/htmlspecialchars)
- [htmlspecialchars_decode](/functions/htmlspecialchars_decode)
- [implode](/functions/implode)
- [join](/functions/join)
- [lcfirst](/functions/lcfirst)
- [levenshtein](/functions/levenshtein)
- [localeconv](/functions/localeconv)
- [ltrim](/functions/ltrim)
- [md5](/functions/md5)
- [md5_file](/functions/md5_file)
- [metaphone](/functions/metaphone)
- [money_format](/functions/money_format)
- [nl2br](/functions/nl2br)
- [nl_langinfo](/functions/nl_langinfo)
- [number_format](/functions/number_format)
- [ord](/functions/ord)
- [parse_str](/functions/parse_str)
- [printf](/functions/printf)
- [quoted_printable_decode](/functions/quoted_printable_decode)
- [quoted_printable_encode](/functions/quoted_printable_encode)
- [quotemeta](/functions/quotemeta)
- [rtrim](/functions/rtrim)
- [setlocale](/functions/setlocale)
- [sha1](/functions/sha1)
- [sha1_file](/functions/sha1_file)
- [similar_text](/functions/similar_text)
- [soundex](/functions/soundex)
- [split](/functions/split)
- [sprintf](/functions/sprintf)
- [sscanf](/functions/sscanf)
- [str_getcsv](/functions/str_getcsv)
- [str_ireplace](/functions/str_ireplace)
- [str_pad](/functions/str_pad)
- [str_repeat](/functions/str_repeat)
- [str_replace](/functions/str_replace)
- [str_rot13](/functions/str_rot13)
- [str_shuffle](/functions/str_shuffle)
- [str_split](/functions/str_split)
- [str_word_count](/functions/str_word_count)
- [strcasecmp](/functions/strcasecmp)
- [strchr](/functions/strchr)
- [strcmp](/functions/strcmp)
- [strcoll](/functions/strcoll)
- [strcspn](/functions/strcspn)
- [strip_tags](/functions/strip_tags)
- [stripos](/functions/stripos)
- [stripslashes](/functions/stripslashes)
- [stristr](/functions/stristr)
- [strlen](/functions/strlen)
- [strnatcasecmp](/functions/strnatcasecmp)
- [strnatcmp](/functions/strnatcmp)
- [strncasecmp](/functions/strncasecmp)
- [strncmp](/functions/strncmp)
- [strpbrk](/functions/strpbrk)
- [strpos](/functions/strpos)
- [strrchr](/functions/strrchr)
- [strrev](/functions/strrev)
- [strripos](/functions/strripos)
- [strrpos](/functions/strrpos)
- [strspn](/functions/strspn)
- [strstr](/functions/strstr)
- [strtok](/functions/strtok)
- [strtolower](/functions/strtolower)
- [strtoupper](/functions/strtoupper)
- [strtr](/functions/strtr)
- [substr](/functions/substr)
- [substr_compare](/functions/substr_compare)
- [substr_count](/functions/substr_count)
- [substr_replace](/functions/substr_replace)
- [trim](/functions/trim)
- [ucfirst](/functions/ucfirst)
- [ucwords](/functions/ucwords)
- [vprintf](/functions/vprintf)
- [vsprintf](/functions/vsprintf)
- [wordwrap](/functions/wordwrap)