@bytebury/sauce - v1.13.0
    Preparing search index...

    Function numeric

    • Removes any non-numeric characters. This includes spaces.

      Parameters

      • text: string

      Returns string

      This is null | undefined safe. If you pass null | undefined then this will return "".

      numeric(null); // ""
      numeric('(555) 555-5555'); // 5555555555