
I'm here planning some changes on my custom sheet and a doubt came up. Is it possible to break an input into smaller variables with javascript? for example: let dice = 1d10+3 and break it down into "1", "d10", "+3" or "1","d","10","+","3" I found some stuff about regex I could possibly use, not sure if roll20 supports it thou. I'm here still taking babysteps with Java