Interface IFieldOption

Index

Methods

charAt

  • charAt(pos: number): string

charCodeAt

  • charCodeAt(index: number): number

concat

  • concat(...strings: string[]): string

indexOf

  • indexOf(searchString: string, position?: number): number

lastIndexOf

  • lastIndexOf(searchString: string, position?: number): number

localeCompare

  • localeCompare(that: string): number

match

  • match(regexp: string | RegExp): RegExpMatchArray | null

replace

  • replace(searchValue: string | RegExp, replaceValue: string): string
  • replace(searchValue: string | RegExp, replacer: function): string

search

  • search(regexp: string | RegExp): number

slice

  • slice(start?: number, end?: number): string

split

  • split(separator: string | RegExp, limit?: number): string[]

substr

  • substr(from: number, length?: number): string

substring

  • substring(start: number, end?: number): string

toLocaleLowerCase

  • toLocaleLowerCase(): string

toLocaleUpperCase

  • toLocaleUpperCase(): string

toLowerCase

  • toLowerCase(): string

toString

  • toString(): string

toUpperCase

  • toUpperCase(): string

trim

  • trim(): string

trimLeft

  • trimLeft(): string

trimRight

  • trimRight(): string

valueOf

  • valueOf(): string

Properties

String

String: StringConstructor

length

length: number

Hierarchy

  • String

Indexable

[index: number]: string