MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / isDelimiter

Method isDelimiter

ij/src/main/java/ij/util/Tools.java:470–472  ·  view source on GitHub ↗
(char c)

Source from the content-addressed store, hash-verified

468 }
469
470 private static boolean isDelimiter(char c) {
471 return Character.isWhitespace(c) || c==',' || c==';';
472 }
473
474 /** Returns the escaped character if there was a preceding backslash.
475 * Returns 'c' if there is no known escape sequence backslash-c */

Callers 2

getNumberFromListMethod · 0.95
decodeEscapedMethod · 0.95

Calls 1

isWhitespaceMethod · 0.80

Tested by

no test coverage detected