def replace_text()

in Common/AWSSCV-ContactFlowHelper/Code/awsscv_contact_flow_helper/awsscv_contact_flow_helper.py [0:0]


def replace_text(operation_parameters):
    do_replace = operation_parameters['text_string']
    result = do_replace.replace(operation_parameters['replace_this'], operation_parameters['with_this'])
    return result