Represents a pair of strings where typing the opening string automatically inserts the closing string after.

Constructor

new(open:String, close:String)

Creates a new AutoClosingPair object.

Variables

close:String

The closing string of the pair.

open:String

The opening string of the pair.