IsLike

<< Click to Display Table of Contents >>

Manual > Control Reference > Route > Route Methods >

IsLike


 

Searches for characters in a string to determine whether they match.

 


syntax

IsLike(

         str,

         target

         [,nocase = FALSE]

         [,anykeyword = "%"]

         )

 


Parameters

 

str

 

Type:

character

 

The character to be searched for.

 

target

 

Type:

character

 

The search string.

 

nocase

 

Type:

Boolean

 

TRUE - Case insensitive.

FALSE - Case sensitive. (default)

 

anykeyword

 

Type:

character

 

The keyword character that means "any number of any characters". (The default is "%".)

 

Return Value

 

 

Type:

Boolean

 

Matched or not

 


hmtoggle_plus1Explanation

 


Supported


Script Action

Browser script

Calculation Expression Syntax

 

 


reference