regex - Regular expression: add string at start and end of line -
i have text file , want add string each row @ start , end of line.
for example:
binary_xml_record_prefix_dictionary_attribute_z
after regex action:
case binary_xml_record_prefix_dictionary_attribute_z:
thanks.
Comments
Post a Comment