Skip to main content

if I just leave it blank it fails.

Thank you for your help.

If you want to remove the string use "" as the replacement text

so

@ReplaceRegEx(@Value(new_name),((A-Z]nA-Z_](0-9]]0-9]_0-9]9A-Z]9_]),"")

 


perfect, thanks I tried single quotes before, but not double. Thank you!


Reply