Would it be of benefit to add regexp masks to TMaskEdit to handle complex expressions, such as IP address?

Would it be of benefit to add regexp masks to TMaskEdit to handle complex expressions, such as IP address?
http://www.regexlib.com/Search.aspx?k=IP+address&c=-1&m=-1&ps=20
https://quality.embarcadero.com/browse/RSP-14179

via sql.ru
https://quality.embarcadero.com/browse/RSP-14179

Comments

  1. Ryan Potts Thank you, should check Orpheus too.

    ReplyDelete
  2. Ilya S don't take me wrong, any component must work for the range, business application, in the other hand, will set the restrictions and warnings. You may have a component that applies business rules, but it will be very customer oriented, breaking the reusability concept.

    ReplyDelete
  3. Heinz Toskano As I understand what you mean you might think that that built-in IP Address Control doesn't allow to enter any valid IP Address or Mask. But it does allow any value in [0..255] range in each octet. If you use it yourself you may place additional checks for allowed range, onchange/onexit events, etc.

    ReplyDelete

Post a Comment