[REBOL] Search for " in Strings Re:(4)

2000-08-16 Thread ralph



> Anyway, I'm starting to develop a complex here, this is the second
> grammatically focussed peeved response I've provoked with my 
> mails. :)   I'm
> certainly learning a few things about English.
> 
> As for pet peeves, what really peeves me, is poor eating habits. Um, on
> second thoughts, better not get into that...
> 

Brett:

Please don't take me too seriously; after all, I am a poor eater.

--Ralph
 




[REBOL] Search for " in Strings Re:(3)

2000-08-16 Thread bhandley

Well I suppose he should have said "Hi." too, rather than his more meek
version. ;)

Anyway, I'm starting to develop a complex here, this is the second
grammatically focussed peeved response I've provoked with my mails. :)   I'm
certainly learning a few things about English.

As for pet peeves, what really peeves me, is poor eating habits. Um, on
second thoughts, better not get into that...

Brett.


- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 16, 2000 10:51 PM
Subject: [REBOL] Search for " in Strings Re:(2)


>
> >The following is a literal string that contains two double quotes
> >
> >>> print {He said "hi".}
> >He said "hi".
> >
>
> Well, to be grammatically correct, it should be:
>
>  >> print {He said "hi."}
>  He said "hi."
>
> Sorry, can't resist a correction. As an author, editor, and publisher AND
> programmer, this is one of my pet peeves. Punctuation goes inside the
quote.
> Syntax counts in English as well as REBOL.
>
> --Ralph
>
>




[REBOL] Search for " in Strings Re:(3)

2000-08-16 Thread bhandley


- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 16, 2000 10:51 PM
Subject: [REBOL] Search for " in Strings Re:(2)


>
> >The following is a literal string that contains two double quotes
> >
> >>> print {He said "hi".}
> >He said "hi".
> >
>
> Well, to be grammatically correct, it should be:
>
>  >> print {He said "hi."}
>  He said "hi."
>
> Sorry, can't resist a correction. As an author, editor, and publisher AND
> programmer, this is one of my pet peeves. Punctuation goes inside the
quote.
> Syntax counts in English as well as REBOL.
>
> --Ralph
>
>




[REBOL] Search for " in Strings Re:(2)

2000-08-16 Thread ralph


>The following is a literal string that contains two double quotes
>
>>> print {He said "hi".}
>He said "hi".
>

Well, to be grammatically correct, it should be:

 >> print {He said "hi."}
 He said "hi."

Sorry, can't resist a correction. As an author, editor, and publisher AND
programmer, this is one of my pet peeves. Punctuation goes inside the quote.
Syntax counts in English as well as REBOL.

--Ralph





[REBOL] Search for " in Strings Re:

2000-08-16 Thread allen


- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 16, 2000 10:16 PM
Subject: [REBOL] Search for " in Strings


> Hi List,
>
> I need to search for " in lines of a file to remove them, but i dont know
to
> do that. All other characters are no problem, but """ wont work.
Everything
> i tried ends up in an Invalid String failure.

> Any suggestions will be gratefully accepted.

Try using {"}


Allen K






[REBOL] Search for " in Strings Re:

2000-08-16 Thread bhandley

The following is a literal string that contains two double quotes

>> print {He said "hi".}
He said "hi".

HTH
Brett.

- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 16, 2000 10:16 PM
Subject: [REBOL] Search for " in Strings


> Hi List,
>
> I need to search for " in lines of a file to remove them, but i dont know
to
> do that. All other characters are no problem, but """ wont work.
Everything
> i tried ends up in an Invalid String failure.
>
> Any suggestions will be gratefully accepted.
>
>
>
> Thorsten
>
>