Namespace: validate

belhop. validate

This namespace exposes BEL validation capabilities.

TODO
  • implement

Methods

staticbelhop.validate.semantics(str, value, position) {Object}

Insert the string value at position and return the result.

Name Type Description
str string

Input string to operate on.

value string

String to insert.

position number

Insertion position.

TODO
  • implement
Returns:
Type Description
Object

staticbelhop.validate.syntax(str, value, position) {Object}

Insert the string value at position and return the result.

Name Type Description
str string

Input string to operate on.

value string

String to insert.

position number

Insertion position.

TODO
  • implement
Returns:
Type Description
Object