class REGULAR_EXPRESSION_ITEM_RANGE

All features

accept a character in a range

Direct parents

conformant parents

REGULAR_EXPRESSION_ITEM

Summary

creation features

exported features

Details

make (low: CHARACTER, up: CHARACTER)

ensure

  • definition: lower = low and upper = up

lower: CHARACTER
upper: CHARACTER

lower and upper range

make (low: CHARACTER, up: CHARACTER)

ensure

  • definition: lower = low and upper = up

explore (matcher: BACKTRACKING_REGULAR_EXPRESSION)

That feature must update the state of 'explorer'.