Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102286610
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
Wed, Feb 19, 03:22
Size
141 B
Mime Type
text/x-java
Expires
Fri, Feb 21, 03:22 (2 d)
Engine
blob
Format
Raw Data
Handle
24324085
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