• does the number of leading zero change?

    My gut feel would be to find the position of the first non zero character using regex and then trim from there to the end of the string.

    Can I as why you need to remove the leading zeros from an AlphaNumeric string. If you actually have a datasource that is preserving them, then it must be for a reason.

    Obiron