Suchjs Official Site

Template string type

The template string type is a more practical type. For details, see template string type document

Demo

  • Such.as({ 
      "first": ":string:{3,10}", 
      "second": ":number:[20,100]:%.2f", 
      "template": ":::The field first's value:'`:ref:&./first`',the field second's value:`:ref:&./second`" 
    });