Reltio Connect

 View Only
  • 1.  Few Special Character inclusion in DVF

    Reltio Partner
    Posted 10-17-2022 10:26

    We have an requirement to add DVF on Phone.Number attribute as like below:

    Phone Number should not contain special characters such as !,@,#,$,%,^,&,*,~,|,\,<,> etc or should not contain any Alphabets, but can have value as like characters such as +, -, (, ), / should be considered as valid along with Numbers.

    Could you please help me what would be the regex expression for above purpose.

    Thanks,
    Pradipta Chakraborty



    ------------------------------
    Pradipta Chakraborty
    Cognizant Technology Solution (P) India Limited
    ------------------------------


  • 2.  RE: Few Special Character inclusion in DVF

    Reltio Partner
    Posted 10-18-2022 07:17
    Hi Pradipta,

    Regular Expression does not match ------    [0-9-\s()+-/]+$




    ------------------------------
    Nagaraju
    PwC
    ------------------------------