Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Mar 2008 16:23:09 -0700 (PDT)
From:      kumarrana <jeevan_cons@yahoo.com>
To:        freebsd-mips@freebsd.org
Subject:   Write method stripNonAlpha in MIPS
Message-ID:  <16040950.post@talk.nabble.com>

next in thread | raw e-mail | index | archive | help


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.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?16040950.post>