string
Determines inequality of two values.
Argument | Text |
---|---|
lhs | The first value to compare. |
rhs | The second value to compare. |
Whether the two values are not equal.
Determines equality of two values.
Argument | Text |
---|---|
lhs | The first value to compare. |
rhs | The second value to compare. |
Whether the two values are equal.
Argument | Text |
---|---|
str | |
suffix | The suffix to append |
Argument | Text |
---|---|
str | |
sub | The substring to check for |
Argument | Text |
---|---|
str | |
suffix | The suffix to check for |
Argument | Text |
---|---|
str | |
sub | The substring to find |
Argument | Text |
---|---|
str |
Argument | Text |
---|---|
str |
Argument | Text |
---|---|
str |
Strip leading whitespace
Argument | Text |
---|---|
str |
Argument | Text |
---|---|
str |
Argument | Text |
---|---|
str |
Argument | Text |
---|---|
str | |
sep | The separator to split on |
Argument | Text |
---|---|
str | |
prefix | The prefix to prepend |
Strip trailing whitespace
Argument | Text |
---|---|
str |
Argument | Text |
---|---|
str | |
sub | The substring to replace |
newSub | The substring to replace the old substring with |
Argument | Text |
---|---|
str | |
begin | The beginning index of the substring |
end | The ending index of the substring |
The substring
Argument | Text |
---|---|
str | |
sep | The separator to split on |
Argument | Text |
---|---|
str | |
prefix | The prefix to check for |
Argument | Text |
---|---|
str |
Argument | Text |
---|---|
str |
hello
Argument | Text |
---|---|
conf | hello |
size | hello |
hello
Determines inequality of two values.
Argument | Text |
---|---|
lhs | The first value to compare. |
rhs | The second value to compare. |
Whether the two values are not equal.
Determines equality of two values.
Argument | Text |
---|---|
lhs | The first value to compare. |
rhs | The second value to compare. |
Whether the two values are equal.
Argument | Text |
---|---|
str | |
suffix | The suffix to append |
Argument | Text |
---|---|
str | |
sub | The substring to check for |
Argument | Text |
---|---|
str | |
suffix | The suffix to check for |
Argument | Text |
---|---|
str | |
sub | The substring to find |
Argument | Text |
---|---|
str |
Argument | Text |
---|---|
str |
Argument | Text |
---|---|
str |
Strip leading whitespace
Argument | Text |
---|---|
str |
Argument | Text |
---|---|
str |
Argument | Text |
---|---|
str |
Argument | Text |
---|---|
str | |
sep | The separator to split on |
Argument | Text |
---|---|
str | |
prefix | The prefix to prepend |
Strip trailing whitespace
Argument | Text |
---|---|
str |
Argument | Text |
---|---|
str | |
sub | The substring to replace |
newSub | The substring to replace the old substring with |
Argument | Text |
---|---|
str | |
begin | The beginning index of the substring |
end | The ending index of the substring |
The substring
Argument | Text |
---|---|
str | |
sep | The separator to split on |
Argument | Text |
---|---|
str | |
prefix | The prefix to check for |
Argument | Text |
---|---|
str |
Argument | Text |
---|---|
str |
Last modified 2mo ago