Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-9598

Add builtin functions for masking middle of the string

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Backend
    • None

    Description

      It's a common requirement that showing both the first m and last n chars of the phone number. We can provide a builtin function for this. The definition can be

      mask_middle_n(value, firstCharCount, lastCharCount, upperChar, lowerChar,
          digitChar, otherChar, numberChar)
      mask_show_middle_n(value, firstCharCount, lastCharCount, upperChar, lowerChar,
          digitChar, otherChar, numberChar)
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            stigahuang Quanlong Huang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: