Editors > Editor Reference > Editor Commands > ^ Command

Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

RealityV15.1Online Documentation (MoTW) Revision 7

^ Command (Editor) (m618503+caret.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

^ Command

Toggles the meaning of the caret character in the DE (Delete), L (Locate), R (Replace), SP (Split) and TR (Truncate) commands.

Syntax

^

Function of ^ Character

The caret character can have two meanings when used within a search string:

The ^ command allows you to toggle between these two meanings.

Status Messages

The Editor displays the message ^ ON  or ^ OFF  to indicate its present state. On initial entry, the "match any" function is ON.

Example

:ED CARS TEN
 Top
 .L99
 001 A1234
 002 B1234
 003 C1234
 004 HELLO THERE ^BOB
 005 ABCDE1234
 EOI 005
 .^
 ^ OFF
 .R1-5/^//
 004 HELLO THERE BOB
 EOI 005
 .



Contents of item TEN.





Caret command toggles "match any character" mode.

 

RealityV15.1 (MoTW) Revision 7Comment on this topic