$strip
Syntax
$strip[text;sep?]
Usage
Option | Type | Optional | Example |
---|---|---|---|
text | String | false | Any text |
sep | String | true | Seperator (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