Package org.basex.query.util.regex
Class Literal
java.lang.Object
org.basex.query.util.regex.RegExp
org.basex.query.util.regex.Literal
A character literal.
- Author:
- BaseX Team 2005-21, BSD License, Leo Woerteler
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Literal
public Literal(int codepoint) Constructor.- Parameters:
codepoint- Unicode code point
-
-
Method Details
-
escape
Escapes the given code point for a regular expression.- Parameters:
cp- code point- Returns:
- string representation
-