Checks if s consists of rank numbers separated by whitespace or commas, with optional parentheses or brackets before and after.
s
rank
The parsed vector, or undefined if parsing failed.
The string to parse.
Specifies how many numbers are expected.
Generated using TypeDoc
Checks if
s
consists ofrank
numbers separated by whitespace or commas, with optional parentheses or brackets before and after.Returns
The parsed vector, or undefined if parsing failed.