Any kind of regex patterns and restrictions can be achieved by utilizing the inputs provided in the RestrictInputs client action. A) Restriction Type needs to be passed. E.g. (Note: A-Alphabets, LA-LowerAlpha.., UA-UpperAlpha.., SC-SpecialCharactes, N-Numbers)A- allow only ALA- allow only LAUA- allow only UAswA- any value but only starts with AswLA- any value but only starts with LAswUA- any value but only starts with UAN- allow only NswN- any value but only starts with NSC- allow only SCswSC- any value but only starts with SCA&SC- allow only A and SCLA&SC- allow only LA and SCUA&SC- allow only UA and SCswAorSC- any value but only starts with A or SCswLAorSC- any value but only starts with LA or SCswUAorSC- any value but only starts with UA or SCA&N- allow only A and NLA&N - allow only LA and NUA&N - allow only UA and NswAorN- any value but only starts with A or NswLAorN- any value but only starts with LA or NswUAorN- any value but only starts with UA or NN&SC- allow only N and SCswNorSC- any value but only starts with N or SCGV- allow only any given value(s) mentioned in SpecificValues(s)ToAllow inputB) Specific value(s) can be passed to allow along with the RestrictionType chosen. It allows users to enter the given specific values along with the given RestrictionType. The specific value can be any single or list of values. E.g. ! or 123!@# or abc$%*.C) Specific value(s) can be passed to restrict. It prevents users from entering this given specific value(s). The specific value can be any single or list of values. E.g. ! or 123!@# or abc$%*.D) Specific value(s) to be start with can be passed. It allows users to enter values with first character as only given specific value(s).E) HasSpaceNOTAllowed - True/FalseF) HasSpaceNOTAllowedOnlyAtFirst - True/FalseG) HasRestrictCopy - True/FalseH) HasRestrictPaste - True/FalseI) HasValidateEmail - True/False