Skip to main content

@terascope/data-mate / data-frame/search/wildcards-and-regex-utils

data-frame/search/wildcards-and-regex-utils

Functions

findWildcardFields()

findWildcardFields(wildCardField, fields): string[]

Match the fields name city.* city.deeper.* city..

Parameters

ParameterType
wildCardFieldstring
fieldsstring[]

Returns

string[]

Source

data-mate/src/data-frame/search/wildcards-and-regex-utils.ts:38


regexp()

regexp(regexStr): MatchValueFn

Parameters

ParameterType
regexStrunknown

Returns

MatchValueFn

Source

data-mate/src/data-frame/search/wildcards-and-regex-utils.ts:7


wildcard()

wildcard(wildcardStr): MatchValueFn

Parameters

ParameterType
wildcardStrunknown

Returns

MatchValueFn

Source

data-mate/src/data-frame/search/wildcards-and-regex-utils.ts:21