Hi to all,

I need to strip the first part (username) from an email string so that only that part will be kept in the MARC. Is there an appropriate function/combination of functions for that purpose that I could use in a bibconvert template file?

ie. for a user: [email protected], I would like to end up with:
<datafield tag="999" ind1=" " ind2=" "><subfield code="a">xxx</subfield></datafield>

I've read bibconvert-admin-guide but couldn't figure how to achieve the aforementioned behavior.

Best regards,
Theodoropoulos Theodoros


ps. This will be used in the standard SBI process (so perl scripts/sed/regexps won't do :) )


Reply via email to