tuil
ReferencePackages@mwillbanks/tuil-coreAPI

createGlobalSearchExpression

function exported by @mwillbanks/tuil-core.

View rawEdit

function

Public function exported by @mwillbanks/tuil-core.

export function createGlobalSearchExpression(query: string | RegExp): RegExp;

Members

This declaration has no public members.

Parameters

MemberTypeRequiredDescriptionRelated types
querystring | RegExpYesSupplies the query value as string | RegExp.

Returns

RegExp — Returns a value that satisfies RegExp.

Related types: —

Throws

No thrown errors are documented for this declaration.

No package-local related types.

Source

View the secondary source reference

Package

@mwillbanks/tuil-core

On this page