Interface

String

String

Members

string

# capitalize

Capitalize all first character string

View Source js/globals.d.ts, line 221

Example
[PHP] ucwords($string)
void

# CSS

Call css from url/path

View Source js/globals.d.ts, line 206

string

# hexD

Hex Decrypt

View Source js/globals.d.ts, line 216

string

# hexE

Hex encrypt

View Source js/globals.d.ts, line 211

boolean

# isEmpty

Check if string empty or blank

View Source js/globals.d.ts, line 232

RegExpMatchArray | null

# match

Matches a string an object that supports being matched against, and returns an array containing the results of that search.

View Source js/globals.d.ts, line 157

object

# parse_url

Parse url into part object

Properties:
Name Type Description
protocol string
host string
hostname string
port string
pathname string
search string
searchObject Object
hash string
protohost string

View Source js/globals.d.ts, line 192

string

# replace

Replaces text in a string, using an object that supports replacement within a string.

View Source js/globals.d.ts, line 164

string

# replace

Replaces text in a string, using an object that supports replacement within a string.

View Source js/globals.d.ts, line 172

string

# rot13

PHP str_rot13 equivalent

View Source js/globals.d.ts, line 227

number

Finds the first substring match in a regular expression search.

View Source js/globals.d.ts, line 179

Array

# split

Split a string into substrings using the specified separator and return them as an array.

View Source js/globals.d.ts, line 185

Methods