Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Fast way to strip characters

From: izkata:gmai:l at: 7-Oct-2009 0:26

If all you're doing is stripping characters, I suggest 'trim -
>> trim/with {I'm so not here} {' }
== "Imsonothere" Is parse faster in this case? On Tue, Oct 6, 2009 at 11:23 PM, Tom <Tom.Conlin-gmail.com> wrote:
> what he said > > Graham Chiu wrote: >> Use parse >> >> On Wed, Oct 7, 2009 at 5:02 PM, Kai Peters <kpeters-otaksoft.com> wrote: >>> Hi guys, >>> >>> what is a *fast* way to strip chars unwanted from a string? >>> >>> TIA >>> Kai >>> -- >>> To unsubscribe from the list, just send an email to >>> lists at rebol.com with unsubscribe as the subject. >>> >>> >> >> >> > > -- > To unsubscribe from the list, just send an email to > lists at rebol.com with unsubscribe as the subject. >
-- =E5=A5=8F=E3=81=A7=E3=81=A6=E5=A4=A2