package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Mar 14, 2023
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
InArray checks if a string is in a string array.
Is returns true if the value matches the pattern.
The pattern can contain the wildcard character *.
example:
Is("*.example.com", "www.example.com") // true
Is("*.example.com", "example.com") // false
Source Files
¶
Click to show internal directories.
Click to hide internal directories.