Package org.basex.query.util.regex
Class LineBorder
java.lang.Object
org.basex.query.util.regex.RegExp
org.basex.query.util.regex.LineBorder
Line start (
^) or line end ($).- Author:
- BaseX Team 2005-21, BSD License, Leo Woerteler
-
Method Summary
Modifier and TypeMethodDescriptionstatic LineBorderget(boolean start, boolean multi) Getter for the cached LineBorder instance.
-
Method Details
-
get
Getter for the cached LineBorder instance.- Parameters:
start-^iftrue,$otherwisemulti- multi-line flag- Returns:
- the instance
-