((((()))))
public abstract class A7_Lines_SplitChar extends Object
Collection of TA_Line_Char for ASCII characters.
| Constructor and Description |
|---|
A7_Lines_SplitChar() |
| Modifier and Type | Method and Description |
|---|---|
static TA_Line_SplitChar |
backSlashSlash()
A split line using left
\\\\ and right '/'. |
static TA_Line_SplitChar |
blbr()
A split line using left
( and right ')'. |
static TA_Line_SplitChar |
brbl()
A split line using left
) and right '('. |
static TA_Line_SplitChar |
cblcbr()
A split line using left
{ and right '}'. |
static TA_Line_SplitChar |
cbrcbl()
A split line using left
} and right '{'. |
static TA_Line_SplitChar |
gtlt()
A split line using left
> and right '<'. |
static TA_Line_SplitChar |
ltgt()
A split line using left
< and right '>'. |
static TA_Line_SplitChar |
sblsbr()
A split line using left
[ and right ']'. |
static TA_Line_SplitChar |
sbrsbl()
A split line using left
] and right '['. |
static TA_Line_SplitChar |
slashbackSlash()
A split line using left
/ and right '\\\\'. |
public static TA_Line_SplitChar blbr()
A split line using left ( and right ')'.
((((()))))
public static TA_Line_SplitChar brbl()
A split line using left ) and right '('.
)))))(((((
public static TA_Line_SplitChar cblcbr()
A split line using left { and right '}'.
{{{{{}}}}}
public static TA_Line_SplitChar cbrcbl()
A split line using left } and right '{'.
}}}}}{{{{{
public static TA_Line_SplitChar ltgt()
A split line using left < and right '>'.
<<<<<>>>>>
public static TA_Line_SplitChar gtlt()
A split line using left > and right '<'.
>>>>><<<<<
public static TA_Line_SplitChar sblsbr()
A split line using left [ and right ']'.
[[[[[]]]]]
public static TA_Line_SplitChar sbrsbl()
A split line using left ] and right '['.
]]]]][[[[[
public static TA_Line_SplitChar backSlashSlash()
A split line using left \\\\ and right '/'.
\\\\\\\\\\/////
public static TA_Line_SplitChar slashbackSlash()
A split line using left / and right '\\\\'.
/////\\\\\\\\\\
Copyright © 2016–2017. All rights reserved.