PHP Escape sequences

Let us know what you would like to see in the next version of this software

Moderator: kfury77

Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.

  • Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
  • Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
  • Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".

Please note that we DO READ all suggestions, even if a reply is not posted. Thanks!

PHP Escape sequences

Postby pety » Mon Jul 30, 2018 9:15 am

Evidentiate escape sequences (\n, \r, \t etc) in php (javascript, ruby, asp, python) string.
It makes easy to read.
Would be fine SQL commands too.
pety
 
Posts: 187
Joined: Fri Mar 02, 2012 7:17 pm

Re: PHP Escape sequences

Postby Prohaska » Sat Feb 13, 2021 9:02 am

if you want to match a "*" character, you write "\*" in the pattern. This applies whether or not the following character would otherwise be interpreted as a meta-character, so it is always safe to precede a non-alphanumeric with "\" to specify that it stands for itself. In particular, if you want to match a backslash, you write "\\".
Prohaska
 
Posts: 1
Joined: Sat Feb 13, 2021 9:00 am

Re: PHP Escape sequences

Postby BrandtView » Wed Feb 17, 2021 9:37 am

\' – To escape ' within single quoted string.
\” – To escape “ within double quoted string.
\\ – To escape the backslash.
\$ – To escape $.
\n – To add line breaks between string.
\t – To add tab space.
\r – For carriage return.
BrandtView
 
Posts: 1
Joined: Wed Feb 17, 2021 9:36 am


Return to HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests

Who is online

Users browsing this forum: No registered users and 9 guests