Home Manual Reference Source Test Repository
public class | source

Validation

You can directly use instance of this class. validation

Provide ordering to the result set..

Method Summary

Public Methods
public

endsWith(value: any, search: string, position: number): boolean

public

startsWith(value: any, search: string, position: number): boolean

Public Methods

public endsWith(value: any, search: string, position: number): boolean source

Params:

NameTypeAttributeDescription
value any
search string
position number

Return:

boolean

public startsWith(value: any, search: string, position: number): boolean source

Params:

NameTypeAttributeDescription
value any
search string
position number

Return:

boolean