Module onigiri::validator[][src]

onigiri::validator contains 4 functions for validating Vec<char>.

Functions

is_calc_operator

Validate Vec<char> whether it is calc_operator.

is_negative_number

Validate Vec<char> whether it is negative number.

is_positive_number

Validate Vec<char> whether it is positive number.

is_symbol

Validate Vec<char> whether it is symbol.