startComparison top-level property

RegExp startComparison
final

Parses a comparison operator ("<", ">", "<=", or ">=") at the beginning of a string.

Implementation

final startComparison = RegExp(r'^[<>]=?');