org.conman.parsers.utf8.control

LPEG expression to match valid ISO control characters

$ luarocks install org.conman.parsers.utf8.control

This is an LPEG expression that matches a valid UTF-8 control
character or control character sequence. For example, this will
match the following ISO control sequence:

<ESC>[32;40m

To match the UTF-8 *and* the ASCII control sets:

control = require "org.conman.parsers.ascii.control"
+ require "org.conman.parsers.utf8.control"

Versions

1.0.0-23 years ago53 downloads
1.0.0-14 years ago48 downloads

Dependencies

LPeg >= 1.0.0
lua >= 5.1, <= 5.4

Dependency for

org.conman.parsers.utf8

Manifests