Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
IF (Len(data) <> 9) THEN
//error condition
END IF
IF (Len(this.text) <> 9) AND (Len(this.text) > 0) THEN
//error condition
END IF
Match(/*string str_var*/, &
"^([0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9][0-9][0-9])$")