I have a path that I have assigned to a string:
string = 'pathos/llb_cube/uni/ToolSub.pm'
However the 'llb' prefix can be different string for each computer and I need to assign it to an arbitrary value that will read whatever the user's computer has set for this specific directory such as:
string = 'pathos/*_cube/uni/ToolSub.pm'
I cannot figure out what function or regex to use for this however.