That identifier (which I and I assume others thought would help with the multiple space stuff) is 100% useless. Why? You can't do _anything_ with it really.
- Not strictly true. Using $regsub you can assign the full text to a variable and then process that variable with any built-in identifiers (again within $regsub mostly). eg.
Code:
.echo -q $regsub($right($rawmsg,$+(-,$pos($rawmsg,:,2))),/(.*)/,\1,%moo)
var %i = 1, %t = $len(%moo)
while %i <= %t {
bset &text %i $asc($mid(%moo,%i,1))
inc %i
}
; You now have a binary variable containing the full text