Skip to main content

Module encoding

Module encoding 

Source
Expand description

Text encoding and decoding utilities

Functionsยง

escapejs
Escape quotes in a string for use in JavaScript
force_bytes
Convert string to bytes
force_str
Safely convert bytes to UTF-8 string, replacing invalid sequences
linebreaks
Line breaks to <br> tags
linebreaksbr
Line breaks to <br> tags without wrapping in <p>
slugify
Convert string to slug (URL-friendly format)
truncate_chars
Smart truncate - truncate at word boundary
truncate_words
Truncate at word boundary
urldecode
URL decode a string
urlencode
URL encode a string
wrap_text
Wrap text at specified width