Skip to content

Evaluate expressions based on the SurveyJS Expression standard.

Notifications You must be signed in to change notification settings

CollegeAI/surveyjs-expression-eval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SurveyJS Expression Eval

This module allows you to evaluate expressions using the SurveyJS language.

import evaluateExpression from "surveyjs-expression-eval"

evaluateExpression("{myvar} > {myothervar}", {
  myvar: 2,
  myothervar: 1
})
// true

See format.md for more examples and a list of operators.

About

Evaluate expressions based on the SurveyJS Expression standard.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published