module Bio::GFF::GFF3::Escape

Private methods for escaping characters. Internal only. Users should not use this module directly.

Constants

UNSAFE

unsafe characters to be escaped for normal columns

UNSAFE_ATTRIBUTE

unsafe characters to be escaped for attribute columns

UNSAFE_SEQID

unsafe characters to be escaped for seqid columns and target_id of the “Target” attribute

URI_PARSER

(private) URI::Parser object for escape/unescape GFF3 columns