Skip to content

$strip

Syntax

$strip[text;sep?]

Usage

OptionTypeOptionalExample
textStringfalseAny text
sepStringtrueSeperator (default - ”.“)

Use like: $strip[text/function;sep]

Example

$strip[$mangaInfo[$getID[bluelock;manga];synopsis]] // the synopsis has 1100 chars and this function strips the synopsis to the "." before 1000 chars
$strip[$mangaInfo[$getID[tomodachi game;manga];synopsis];,] // the synopsis has 1100 chars and this function strips the synopsis to the "," before 1000 chars