this
context per item in a result array; method calls on the this
object not accessible with this style)=~
- Regex Match. Filters on a regex pattern. The left operand must match the regex pattern given in the right operand for the filter to pass.=*
- Glob Match. Filters on a glob pattern. The left operand must match the glob pattern given in the right operand for the filter to pass.Math
functions or methods from the lodash
utility. jsep has been extended to provide access to these functions and some more, using named object literals that represent these modules. The available namespaces are listed below, along with special shortcuts, if any, to access them.Math
Global ObjectMath
global object are available under this namespace. An example usage may be:lodash
utility modulelodash
utility module are available under this namespace. In addition to being referred to by the $_
namespace handle, this is also the default namespace under which methods are searched when they are invoked as standalone functions, without a property dereference. For example:this
context of the current object under iteration of the result array.typeof
operator. For example: