i think he was doing a rereplaceNoCase() (i deleted the original and too lazy to check the archives)...in which case he wouldn't need to explicitly specify the upper and lowercase values :)
On 8/16/06, Ian Skinner <[EMAIL PROTECTED]> wrote: > If I am reading the original post correctly, there are some letters that are > allowed [abcdefghiklmnpqrstvwyz]. > > If that is correct one would be looking for [^a-ik-npq-tw-z/s]. But this > assumes that your list wasn't just a typo and you really do not want to > replace all lower case letters [^a-z/s]. Also if you want uppercase letters > you need to also specify them [^a-zA-Z/s]. > > HTH > > -------------- > Ian Skinner > Web Programmer > BloodSource > www.BloodSource.org > Sacramento, CA > > --------- > | 1 | | > --------- Binary Soduko > | | | > --------- > > "C code. C code run. Run code run. Please!" > - Cynthia Dunning > > Confidentiality Notice: This message including any > attachments is for the sole use of the intended > recipient(s) and may contain confidential and privileged > information. Any unauthorized review, use, disclosure or > distribution is prohibited. If you are not the > intended recipient, please contact the sender and > delete any copies of this message. > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:250074 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

