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=20
=E2=80=9CaBLE ;! Was I     e 2r2 eIsaW*e=E2=80=A6L@@$#^() b  A=E2=80=A6=E2=
=80=9D,
your method should return the address of a buffer containing the string
=E2=80=9CaBLEWasIe2r2eIsaWeLbA=E2=80=9D.

Can anybody tell me how to do this?
--=20
View this message in context: http://www.nabble.com/Write-method-stripNonAl=
pha-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>