there is a bug

I have the same bug and i’ve changed line 52 from this:

re = /^s*(d*).|–s*(S*).*?(d*?.d*?)%s*.*?ds+(.*?)s.*?$/

to this:

re = /^s*(d*).s*(S*).*?(d*?.d*?)%s*.*?ds+(.*?)s.*?$/

Everything it’s working now!