%islike% {creditmodel}R Documentation

Fuzzy String matching

Description

Fuzzy String matching

Usage

x %islike% y

Arguments

x

A string.

y

A string.

Value

Logical.

Examples

 "xyz"  %islike% "yz$"

[Package creditmodel version 1.3.1 Index]