@eleven-am/faker
Preparing search index...
StringOptions
Interface StringOptions
interface
StringOptions
{
casing
?:
"lower"
|
"upper"
|
"capitalize"
|
"title"
;
chars
?:
string
;
exclude
?:
string
|
RegExp
|
(
string
|
RegExp
)
[]
;
length
?:
number
;
maxLength
?:
number
;
minLength
?:
number
;
pattern
?:
RegExp
;
prefix
?:
string
;
suffix
?:
string
;
}
Index
Properties
casing?
chars?
exclude?
length?
max
Length?
min
Length?
pattern?
prefix?
suffix?
Properties
Optional
casing
casing
?:
"lower"
|
"upper"
|
"capitalize"
|
"title"
Optional
chars
chars
?:
string
Optional
exclude
exclude
?:
string
|
RegExp
|
(
string
|
RegExp
)
[]
Optional
length
length
?:
number
Optional
max
Length
maxLength
?:
number
Optional
min
Length
minLength
?:
number
Optional
pattern
pattern
?:
RegExp
Optional
prefix
prefix
?:
string
Optional
suffix
suffix
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
casing
chars
exclude
length
max
Length
min
Length
pattern
prefix
suffix
@eleven-am/faker
Loading...