The pattern of $ represents a match at the end of the searched string. The following examples illustrate a match at the end of the searched string, allowing the insertion of the replacement string at the end of the searched string.
Pattern | Searched String | Replace with .INX |
---|---|---|
$ | SALESFIL | SALESFIL.INX |
$ | ORDERFIL | ORDERFIL.INX |
$ | CUST2FIL | CUST2FIL.INX |
$ | salesfil | salesfil.INX |