Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Ucs2StringTypeOptions

Hierarchy

  • Ucs2StringTypeOptions

Index

Properties

Optional allowUnicodeRegExp

allowUnicodeRegExp: undefined | false | true

Optional lowerCase

lowerCase: undefined | false | true

maxLength

maxLength: number

Optional minLength

minLength: undefined | number

Optional pattern

pattern: RegExp

Optional trimmed

trimmed: undefined | false | true

The string cannot start or end with any of the following whitespace and line terminator characters:

  • Unicode Character 'CHARACTER TABULATION' (U+0009)
  • Unicode Character 'LINE FEED (LF)' (U+000A)
  • Unicode Character 'LINE TABULATION' (U+000B)
  • Unicode Character 'FORM FEED (FF)' (U+000C)
  • Unicode Character 'CARRIAGE RETURN (CR)' (U+000D)
  • Unicode Character 'SPACE' (U+0020)
  • Unicode Character 'NO-BREAK SPACE' (U+00A0)
  • Unicode Character 'LINE SEPARATOR' (U+2028)
  • Unicode Character 'PARAGRAPH SEPARATOR' (U+2029)
  • Unicode Character 'ZERO WIDTH NO-BREAK SPACE' (U+FEFF)
  • Any other Unicode character of the "Separator, space" (Zs) general category
see

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/Trim

see

http://www.fileformat.info/info/unicode/category/Zs/list.htm

Generated using TypeDoc