Examples
Basic Examples (3)
Test if a ResourceFunction matches a pattern based on the name:
See the pattern for a name:
Test against a pattern created from the ResourceFunction:
Other functions do not match:
Scope (3)
Filter values using Cases:
Filter in values using Select with a MatchQ operator:
Create an operator:
Match it against a pattern based on the ResourceFunction:
Applications (2)
Create a function that takes a specific ResourceFunction as an argument:
Use the function:
Create an expression containing resource functions used a objects:
Replace the objects:
Properties and Relations (3)
Define two resource functions with the same name:
They both match a pattern defined with the name:
They do not match a pattern based on the other ResourceFunction:
Possible Issues (3)
Create an operator:
The match fails based only on a name:
Match it against a pattern based on the ResourceFunction:
Requirements
Wolfram Language 14.0
(January 2024) or above
Version History
-
1.1.0
– 04 September 2024
-
1.0.0
– 30 August 2024
Related Resources