|
SecurityProviderUtilityIsRegexMatch Method
|
Determines if the specified target matches the specified spec.
Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.205-beta
Syntax GSF.Security.SecurityProviderUtility.IsRegexMatch = function(spec, target);
View SourceParameters
- spec String
- Spec string that can include wildcards ('*'). For example, *.txt
- target String
- Target string to be compared with the spec.
Return Value
Booleantrue if the
target matches the
spec, otherwise false.
See Also