trim-hash ( str -- str' )


Vocabulary
checksums.process

Inputs
stra string returned by a console hashing utility


Outputs
str'extracted hash string


Word description
This is a helper word for process-state's get-checksum implementation. It looks for the hash terminator string " *-" and returns everything before it.

Definition