Addcslashes-adds a backslash escape character to a partial character in a string addslashes-the character inside the string in the specified way bin2hex-converts the binary data to a hexadecimal representation of the Chop-rtrim () alias function chr-
RTrim
(PHP 4, PHP 5, PHP 7)
Rtrim-strip whitespace (or other characters) from the end of a string
rtrim-Delete whitespace characters (or other characters) at the end of a string
DescriptionStringRTrim (String$str [,
Trim,ltrim,rtrim function usage in OracleTrim,ltrim,rtrim function usage in OracleThere are two kinds of functions in this function:the first, that is, everyone is more familiar with the removal of space. Example:--trim to remove spaces before and
Oracle trim, ltrim, rtrim function usageThis function has two functions:First, remove spaces that everyone is familiar.Example:-- Trim removes leading and trailing spaces of a specified characterSQL> select trim ('dd df') from dual;Trim ('dddf ')----
There are two kinds of functions in this function:the first, that is, everyone is more familiar with the removal of space. Example:--trim to remove spaces before and after a specified charactersql> SELECT TRIM (' DD DF ') from dual;TRIM (' Dddf ')---
This article mainly introduced PHP function RTrim () Use of the strange phenomenon, combined with specific examples of the PHP function RTrim in the process of character matching problems and solutions, to further understand the principle of rtrim
[Background] in the business logic, data of a field needs to be processed. it is required that the data starting from the right side should be removed from the data starting from the first place and being 0 in a row. We get used to using the rtrim
This article mainly introduces the strange phenomenon in the use of PHP function rtrim (), and analyzes the problems and solutions in the character matching process of php function rtrim in the form of examples, this helps you to further understand
LTRIM, RTrim, and trim usage in Oracle:1, LTRIM (C1,C2)where C1 and C2 can be strings, for example C1 is ' Miss Liu ', C2 ' MISL ' and so on. This is the first place that is not the same as SQL Server. If you remember good, SQL Server's LTrim has
In php, ltrim (), rtrim (), and trim () delete character space instances and ltrimrtrim. In php, ltrim (), rtrim (), and trim () are used to delete characters and spaces. ltrimrtrim examples in this article describe ltrim (), rtrim (), and trim ()
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.