SQL> select * from test;
ID------------------------------------------------------------C_zhangZhangsanCccccc
SQL> select ID from test where Id like 'C _ % 'escape '';
ID------------------------------------------------------------C_zhang
SQL>
1. & lt;: Short for less than, that is, less.
2. & gt;: Short for greater than, that is, greater. > Yu ID
GTE: Short for greater than or equal to, that is, greater than or equal. Used to determine the browser version.
3. & nbsp;: the
String Literal is placed in double quotes ("..."); if you try to put the string in single quotes, the compiler will treat it as char, leading to errors. The C # string, like char, can contain Unicode and hexadecimal number escape sequences. Because
When I import data to the gridview in an Excel file, I find that some data fails to be imported. After debugging in the background
The reason is that some fields have spaces in Excel and are displayed as & #160;Not the one I used to filter. &
· A special character constant;· Starts with a backslash "\", followed by one or several characters.· It has a specific meaning. It is called "escape" because it is different from the original meaning of the character.· It is mainly used to indicate
ISO Latin-1 Character Set: --- tab horizontal Tab
---
--- Line feed
---
--- Press ENTER carriage return
--- Space
! ! --- Exclamation mark
"" & Quot; double quotation mark
# --- Number sign
$ --- Dollar sign dollar sign
% --- Percent sign
& Amp;
The Java. lang package contains the string. Split () method, and an array is returned.
1. If ". "As the separator, it must be written as follows: string. split ("//. "), in this way, the correct separation is not allowed using string. split (". ");
A regular expression (regular expression) describes a pattern of string matching that can be used to check whether a string contains a seed string, replaces a matching substring, or extracts a substring from a string that matches a condition.
I've been writing thieves with a lot of regular, so in the next release I want to gradually reduce the regular application
The characters you need to escape in a PHP regular expression are:
$^* () +={}[]|/:<>.? ' "
Note: The Perl-style
"Turn" http://blog.csdn.net/samsone/article/details/75567811. Formatted currency (related to system environment, Chinese system default format RMB, English system format USD)String. Format ("{0:c}", 0.2) results are: ¥0.20 (English operating system
| Copyright Notice: This article for Bo Master original article, without Bo Master permission not reproduced.Data type:(1), Value type
1 type name CTS type description Range2 sbyteSystem.SByte 8-bit signed integer-2^7~2^7-1(- -~127)3
Reading a lot of code sometimes uses single quotes or double quotes to implement content containing strings. In fact, variables in double quotes can be parsed simply. single quotes are absolute strings.
1. define a string
In PHP, you can use
1. Formatted currency (related to system environment, Chinese system default format RMB, English system format USD)String. Format ("{0:c}", 0.2) results are: ¥0.20 (English operating system results: $0.20)The default formatting retains two decimal
first of all, what is an escape character?
The escape character, in fact, is the specified PHP syntax with "\" to output. However, the syntax of the rules in different systems to transfer the role of the character is different, for example: in
{Php Data type} PHP supports eight basic data types.
Four scalar types:Boolean (boolean) integer (integer) float (float type, also known as double) string (string)
Two composite types:Array (array) object (object)
There are two special
1. Defining Strings
In PHP, the definition of a string can use either single quotation marks or double quotes. However, you must use the same single or double quotation marks to define strings, such as: ' Hello ' and ' hello ' are illegal
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.