[ < < < Home ] [ < < Reference Start ] [ < Reference Contents ]
[ < Previous=PDGREPPE Replace Insert File ] [ Next=PDGREPPE Replace Separation > ]

Intelligence Services

PDGREPPE Replace Bytes

For information on:

 \b Back space                  [\8]
 \e Escape                      [\27]
 \f Form Feed                   [\12]
 \g Gong or bell                [\7]
 \n UNIX New line or line feed  [\10]
 \q Single Quote                [\39]
 \r Return or Apple-Mac NewLine [\13]
 \s Space                       [\32]
 \t Tab                         [\9]
 \E Equal                       [\61] or =
 \P PerCent                     [\37] or %
 \Q Double Quote                [\34] or "

 \<0-255>         byte 0 to 255   DECIMAL

 \0b<0-11111111>  byte 0 to 255   Binary
 \0o<0-377>               byte 0 to 255   Octal
 \0d<0-255>               byte 0 to 255   Decimal
 \0h<0-ff>                byte 0 to 255   Hex
 \0x<0-ff>                byte 0 to 255   Hex

and

PDGREPPE Edit Insert Double Byte::

 \0B<0-16 1's>    double-byte 0 to 65535  Binary
 \0O<0-177777>    double-byte 0 to 65535  Octal
 \0D<0-65535>     double-byte 0 to 65535  Decimal
 \0H<0-fffff>     double-byte 0 to 65535  Hex
 \0X<0-fffff>     double-byte 0 to 65535  Hex

 \N     New line sequence       or \r\n

see the PDGREPPE Search Pattern section on Byte Types.


Byte Types


Double Quoting

with

\Q Double Quote                 [\34]
\q Single Quote                 [\39]

The Double Quote (") escape sequence \Q and the Single Quote (')
escape sequence \q are special.

They allow easy insertion of Quotes in a pattern.

A similar facility is offered for the PerCent symbol:

 \P PerCent                      [\37] or %

See also GREPPES Info about patterns.

[ < < < Home ] [ < < Reference Start ] [ < Reference Contents ]
[ < Previous=PDGREPPE Replace Insert File ] [ Next=PDGREPPE Replace Separation > ]

Intelligence Services

© Intelligence Services 1987 - 2008   GPO Box 9,   ADELAIDE SA 5001,   AUSTRALIA
EMAIL   :   intlsvs@gmail.com