Replace * (export)

Hi
I need to remove the character * from author list for an export. To simplify, I did
\format[Authors(FirstFirst,FullName,Replace(*,))]{\author}

It doesn’t work, * is still there. But I know the regexp is working (in Jabref search).
My list is something like *LastName, First Name
Does someone have an idea?
Thanks

Just a guess, based on https://github.com/mlep/help.jabref.org/blob/dcc1bcb57978e2da1c15c8693b0545c306c47e70/en/Search.md
Try to add a backslash in front of the * , like
\format[Authors(FirstFirst,FullName,Replace(*,))]{\author}

Apparently the backslash disappear from my message, and also yours. It was there, I swear… :wink: