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 strstring Input string to operate on.
valuestring String to insert.
positionnumber 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 strstring Input string to operate on.
valuestring String to insert.
positionnumber Insertion position.
- TODO
-
- implement
Returns:
Type Description Object