Sql_regcase---&http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; Make regular Expressions case-insensitive
Syntax: String sql_regcase (String string)
Description:
Returns a valid regular expression, which ignores case. This expression converts individual characters into brackets ([]) to indicate that if the character is available, the bracket will contain the uppercase and lowercase characters, or it will contain the original string two times.
Example:
<?php
Echo sql_regcase ("Foo bar");
?>
Show:
[Ff] [Oo] [Oo] [][BB][AA][RR]
This can be used to achieve pattern alignment that is case-insensitive, which is only possible in a formal case of case-sensitive representation.
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:
[email protected]
and provide relevant evidence. A staff member will contact you within 5 working days.