ChaOS for ComputerCraft Wiki
Status: Planning
Brought to you by:
antifreezze
ASTAPI is Adv.String Tools API. It has few additional feautures for string work.
| Function | Version | Description |
|---|---|---|
| split(s,p) | 1.0.0(1) | Splits string <s> with the first letter of separator <p> |
| chp(p) | 1.1.0(2) | Checks path <p>. If path ends with "/" then returns path. In another case returns path + "/" |