Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101469403
validate.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Feb 10, 18:34
Size
141 B
Mime Type
text/x-java
Expires
Wed, Feb 12, 18:34 (2 d)
Engine
blob
Format
Raw Data
Handle
24156655
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
validate.js
View Options
import
REGEX
from
'./regex.js'
;
function
validate
(
uuid
)
{
return
typeof
uuid
===
'string'
&&
REGEX
.
test
(
uuid
);
}
export
default
validate
;
Event Timeline
Log In to Comment