[Date Prev][Date Next][Subject Prev][Subject Next][
Date Index][
Subject Index]
Re: Self-referential problem
- Subject: Re: Self-referential problem
- From: Carl Distefano cld@xxxxxxxx
- Date: Sun, 22 Feb 2009 01:17:42 -0500
Reply to note from Harry Binswanger Sun, 22 Feb
2009 00:31:09 -0500
> I want to change this string:
>
> ≪PV548≫
>
> to a single quote. Now I can't do that with the following:
>
> BX ci /≪PV548≫/"/Q2
>
> because the ≪PV548≫ gets interpreted, rather than being
> treated as a string of characters.
Use guillemet wildcards in place of the guillemets:
'BXci_/;~/"/'Q2
--
Carl Distefano
cld@xxxxxxxx