Write method stripNonAlpha in MIPS

kumarrana jeevan_cons at yahoo.com
Thu Mar 13 23:41:33 UTC 2008


Method stripNonAlpha should remove every character that is neither a letter
nor a decimal digit from the buffer, and return the starting address of the
resulting buffer to the calling routine. For example, given the address of a
buffer containing the string 
“aBLE ;! Was I     e 2r2 eIsaW*e…L@@$#^() b  A…”,
your method should return the address of a buffer containing the string
“aBLEWasIe2r2eIsaWeLbA”.

Can anybody tell me how to do this?
-- 
View this message in context: http://www.nabble.com/Write-method-stripNonAlpha-in-MIPS-tp16040950p16040950.html
Sent from the freebsd-mips mailing list archive at Nabble.com.



More information about the freebsd-mips mailing list