KauderwelschService
FinalYes
Get test strings
Table of Contents
Methods
- getDateString() : string
- Date before 1970 as string
- getDateTimestamp() : int
- Timestamp of a day before 1970
- getDatetimeString() : string
- Date before 1970 with seconds as string
- getDatetimeTimestamp() : int
- Timestamp of a day before 1970 with seconds
- getEmail() : string
- Get a valid email
- getFloat() : float
- Get a float
- getHexColor() : string
- Get a color as hex string
- getInteger() : int
- Get an integer
- getLink() : string
- Get a link
- getLoremIpsum() : string
- Lorem ipsum test with fixed length.
- getLoremIpsumHtml() : string
- Lorem ipsum test with fixed length and HTML in it.
- getPassword() : string
- Get a single password
- getUuid() : string
- Get a valid uuid v4 / v7 - both have same format
- getWord() : string
- Get a single word
Methods
getDateString()
Date before 1970 as string
public
getDateString() : string
Return values
stringgetDateTimestamp()
Timestamp of a day before 1970
public
getDateTimestamp() : int
Return values
intgetDatetimeString()
Date before 1970 with seconds as string
public
getDatetimeString() : string
Return values
stringgetDatetimeTimestamp()
Timestamp of a day before 1970 with seconds
public
getDatetimeTimestamp() : int
Return values
intgetEmail()
Get a valid email
public
getEmail() : string
Return values
stringgetFloat()
Get a float
public
getFloat() : float
Return values
floatgetHexColor()
Get a color as hex string
public
getHexColor() : string
Return values
stringgetInteger()
Get an integer
public
getInteger() : int
Return values
intgetLink()
Get a link
public
getLink() : string
Return values
stringgetLoremIpsum()
Lorem ipsum test with fixed length.
public
getLoremIpsum() : string
Return values
stringgetLoremIpsumHtml()
Lorem ipsum test with fixed length and HTML in it.
public
getLoremIpsumHtml() : string
Return values
stringgetPassword()
Get a single password
public
getPassword() : string
Return values
stringgetUuid()
Get a valid uuid v4 / v7 - both have same format
public
getUuid() : string
Return values
stringgetWord()
Get a single word
public
getWord() : string