aoijs / aoi.js

aoi.js - The most advanced string-based package to create a Discord Bot fast and powerful.
https://aoi.js.org
Apache License 2.0
342 stars 134 forks source link

$textSplit() bug #222

Closed falsisdev closed 3 years ago

falsisdev commented 3 years ago

Type

Code used:

$joinSplitText[ ]
$textSplit[1, 2, 3, 4;, ]

Info

ScreenShot

Description

Separator in $textSplit() is not working...

USERSATOSHI commented 3 years ago

remove the space in , then try @falsisdev

falsisdev commented 3 years ago

Same

USERSATOSHI commented 3 years ago

Same

@falsisdev try with a different seperator

falsisdev commented 3 years ago

IMG_20210709_204051.jpg But why is , not working?

USERSATOSHI commented 3 years ago

ok ik it will work in code but not in eval because , is escaped to #COMMA# @falsisdev

falsisdev commented 3 years ago

hmmm i understand thx