Evaluated rename split_on_formatting split_on_formatting_FUCKYOU

This commit is contained in:
radical_honesty on #flashsupport
2023-01-08 17:03:06 -08:00
committed by dupa dup
parent 870c1f218d
commit 2131e7500c
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
str {set ret [list]; while {[string length $str]} {regexp {^(((\d{0,2})(,(\d{0,2}))?)?||||)?([^]*)(.*)} $str {} f {} {} {} {} t r; if {$f eq ""} {set f }; lappend ret $f $t; set str $r}; return $ret}