Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of contents:

Expand
titleClick here to expand the table of contents
Table of Contents
exclude^Оглавление:$

...

Replaces all uppercase characters in the text with lowercase.

It was

Has become

CHANGES REGISTER OF LETTERS TO LOWER

changes the case of letters to lowercase

Beginning of words

Changes the case to lowercase for the first character of each word in the text.

It was

Has become

CHANGES REGISTER OF LETTERS TO LOWER

cHANGES rEGISTER oF lETTERS tO lOWER

The first character

Changes the case of only the first character in the specified text.

It was

Has become

CHANGES REGISTER OF LETTERS TO LOWER

cHANGES REGISTER OF LETTERS TO LOWER

...

ToUpper

...

Changes the case of letters to uppercase depending on the selected property. For example, let's take a string lowercase text

...

Replaces all lowercase characters in the text with uppercase.

It was

Has become

lowercase text

LOWER CASE TEXT

Beginning of words

Changes the case of the first character of each word in the text to uppercase.

It was

Has become

lowercase text

Lower Case Text

The first character

Changes the case of only the first character in the specified text.

It was

Has become

lowercase text

lower case text

...

Trim

This function is used to remove extra characters at the beginning and \ or end of the passed string.

...