string_cut (string text, integer start_cut[, integer end_cut]) ⇒ boolean
Cuts a certain number of characters from a string. If only start_cut is provided, it will cut the same number from the start and end.
Alternative function names: str_cut
First available: Version 1.5.0
Comments