I need to add a single quote at the begining and end to a 5 position integer field in TextPad.
Ex:
14982
14983
14985
14991
14995
15019
Desired result:
'14982',
'14983',
'14985',
'14991',
'14995',
'15019'
|
I need to add a single quote at the begining and end to a 5 position integer field in TextPad. Ex:
Desired result:
|
||||
|
|
|
Just use the search-and-replace function:
|
||||
|
|
|
Replace |
|||
|
|
|
Two steps: 1.For the first "'" (single quote), put ^ on Find What text box and ' on the Replace with text box. 2. for the second "'" (single quote) and ", " , put $ on Find What text box and ' , on the Replace with text box. 'D4881', 'D2243', 'G7051', 'X9767', 'D3040', |
|||
|
|