<h2>org.autoplot.datasource.InputVerifier</h2><p>interface for verifying text values that must be parsed.  This
 is currently used for validating timerange strings.</p>
<hr>
<a name="verify"></a>
<h2>verify</h2>
verify( <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a> value ) &rarr; boolean

<p>return true if the string is valid for your
 application.</p>

<h3>Parameters</h3>
value - the string value

<h3>Returns:</h3>
true if the string is valid,
<br><br>
<a href="https://github.com/autoplot/dev/search?q=verify&unscoped_q=verify">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/datasource/InputVerifier.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/datasource/InputVerifier.html#verify">[view on old javadoc]</a>
 <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/DataSource/src/org/autoplot/datasource/InputVerifier.java#l21">[view source]</a>
<br>
<br>