Surgex v3.1.0 Surgex.Parser.StringParser View Source

Available options:

  • trim is trimming whitespaces from the string, takes priority over min and max options
  • min is a minimal length of the string, returns :too_short error symbol
  • max is a maximal length of the string, returns :too_long error symbol

Link to this section Summary

Link to this section Functions