CodeLobster IDE provides you with an ability to convert HTML tags and attributes according to specific parameters. Converts HTML tags and attributes according to conversion parameters. Select the code fragment and use
main menu item to do one of following:
HTML to PHP, PHP to HTML
Converts HTML code to PHP functions and back to HTML.
Spec Chars to Entities, Entities to Spec Chars
Associates special characters (&
, <
,
>
, " "
, \
) correspondingly with
their entities (&
, <
,
>
,
, "
)
and vice
versa.
Chars to 7-bit encoding, 7-bit encoding to Chars
Associates characters with their entities and vice versa. For example, you
apply to Convert Chars to 7-bit encoding command to the
following word: привет
then you'll get the following result in
the output:
привет
.
Applying Chars to Base 64, from Base 64 command to
the word example
, you'll get the following result in the
output: ZXhhbXBsZQ==
.