org.das2.qds.util.AsciiParser.RegexParser
parser uses a regular expression to match each record.
fields
fields( String line ) → String
show the fields found in the line. This assumes the line
will match.
Parameters
line -
Returns:
the groups.
search for examples
view on GitHub
view source