I have text file and i want to add string for each row at the start and end of line.
for example:
BINARY_XML_RECORD_PREFIX_DICTIONARY_ATTRIBUTE_Z
After regex action:
case BINARY_XML_RECORD_PREFIX_DICTIONARY_ATTRIBUTE_Z:
Thanks.
I have text file and i want to add string for each row at the start and end of line.
for example:
BINARY_XML_RECORD_PREFIX_DICTIONARY_ATTRIBUTE_Z
After regex action:
case BINARY_XML_RECORD_PREFIX_DICTIONARY_ATTRIBUTE_Z:
Thanks.