if I just leave it blank it fails.
Thank you for your help.
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][A-Z_][0-9][0-9][0-9][A-Z][_]),"")
perfect, thanks I tried single quotes before, but not double. Thank you!