Anywhere
Match.test(value, pattern)
import { Match } from 'meteor/check'
Source Returns true if the value matches the pattern.
Arguments
- value Any
-
The value to check
- pattern Match Pattern
-
The pattern to match
value
against
Match.test(value, pattern)
import { Match } from 'meteor/check'
Source Returns true if the value matches the pattern.
The value to check
The pattern to match value
against
Please login to continue.