method

escape

escape(str, unsafe = @regexp[:UNSAFE])
public

Args

str

String to make safe

unsafe

Regexp to apply. Defaults to self.regexp[:UNSAFE]

Description

constructs a safe String from str, removing unsafe characters, replacing them with codes.