there is for example a string
param0_test1_param1_affiliatewire_%nameID%_test2_param2_param3 how can I find an affiliatewire_%nameID% where %nameID% always a different word and output %nameID%affiliatewire_ <- always occurs! string examples:
param0_test1_param1_affiliatewire_name1_test2_param2_param3 param0_test1_param1_affiliatewire_name_test2_param2_param3 param0_test1_param1_affiliatewire_trollolo_test2_param2_param3 Thank!!