Need to remove the carriage return from the article
But a segmented carriage return is reserved.
The rule is to keep the line with 4 spaces behind it, and remove the other line of wraps.
I also write bad regular expression, try this, the VBS seems to be available
Copy Code code as follows:
\r\n[^\s{4,}]
in PHP
Copy Code code as follows:
Echo ' $p = '/\r\n ([^\s{4,}])/';
$r = ' \\1 ';
Echo ' ?>
Code as above. I would like to ask how to use regular expressions, "http://jmfengcai.cn.alibaba.com/athena/companydetail/jmfengcai.html" extracted?
Copy Code code as follows:
/(http:\/\/\[^ "']+")/gm
/href *= *[' "]* (\s+) [" ']* */gm
Choose according to different needs.
The effect screenshot is as follows:
The main code is as follows: static void Main (string[] args) {string strTest1 = ' {Regular expression-a small test by Yxhuang!...} ';
String strTest2 = "{Microsoft, Google, Baidu}";
String strTest3 = "{www.BaiDu.com}";
Look for Yxhuang if (System.Text.RegularExpressions.Regex.IsMatch (StrTest1, "Yxhuang") in StrTest1) {
Console.WriteLine ("\
Regular expressions
If you have not used regular expressions before, you may not be familiar with this term or concept. However, they are not as novel as you might think.
Recall how you found the file on your hard disk.Are you sure you will use it?and * characters to help find the file you are looking for. The character matches a single character in the file name, while the * matches one or more characters
contains only numbers and English, string length and between 4~16 characters
Simple identification of the size of Taiwan's identity card
The following code implements the code block in the text, as you can see in the cloud-dwelling community.
function Codedisp ($code) {
global $discuzcodes;
$discuzcodes [' Pcodecount ']++;
$code = Htmlspecialchars (str_replace (' \ "', '" '), Preg_replace ("/^[\n\r]*" (. +?) [\n\r]*$/is "," \\1 ", $code)));
$discuzcod
For php strings and regular expressions, for php regular expressions. Explanation of strings and regular expressions in php, explanation of php Regular Expressions 1. characteristics of string types 1. PHP is a weak language, other data types can be directly applied to strings and
Starting today, you will start a series of articles on PHP tutorials. It is mainly for regular expressions.
The approximate sort of content is arranged like this:
1. Regular Expressions in PHP
2. Eight useful PHP regular expressions
3. How to write a PHP regular expression that is easier to read
4. Half-hour maste
Regular expression 0-wide assertion:
0-wide assertion is a difficult point in regular expressions, so this chapter focuses on the analysis of the matching principle. The 0-wide assertion also has other names, such as "Look Around" or "pre-search," and so on, but these are not the focus of our attention.
I. Basic concepts:
The 0-wide assertion, like its name, is a zero-width match, and its matching conten
When an expression is checked, a literal symbol provides a way to edit the regular expression. You can use a literal symbol to keep the regular expression constant. For example, if you use a literal symbol to construct a regular expression in a loop, the regular expression does not need to be compiled repeatedly. The
My regular primer is an article originating from the Web [1], this article elaborated from the beginning to the use of the method, I think is a very good introductory material, but the study or to rely on individuals, in the process of use, or will continue to forget, so repeatedly read this article has four or five times, For some of the more difficult points of knowledge, even take a long time to digest, but as long as you can see the persistence of
Add 150,153,156,158,159,157,188,189
The regular expression is as follows: ^ (13 [0-9] | 15 [0 | 3 | 6 | 7 | 8 | 9] | 18 [8 | 9]) \ D {8 }$ // check whether it is composed of digits
Function isdigit (s)
{
VaR patrn =/^ [0-9] {1, 20} $ /;
If (! Patrn.exe C (s) return false
Return true
}
// Check Logon Name: You can enter only 5-20 strings starting with a letter, which can contain numbers, "_", and ".".Function isregisterusername (s){VaR patrn =/^ [A-Za
Quick start of regular Expressions (ii)
"Guided reading" in this article, we mainly introduce subpatterns, reverse reference (back references) and quantifiers (quantifiers)
In the previous article, we introduced the pattern modifiers and metacharacters of regular expressions, and the attentive reader may find that this section is very brief and there are few practical examples to explain. This is mainly due
The registration page of a Web page often needs to verify that the user name is legitimate. such as the following conditions:
• Consists of a letter a~z (case-insensitive), a digital 0~9, a dot, a minus sign, or an underscore• Can only begin with a letter, including a character number underline, for example: beijing.2008• User name length is 4~18 characters
The JavaScript code is as follows:
Another note: The basic syntax for regular expressions.
In-depth analysis of Regular Expressions in js and Analysis of Regular Expressions in js
Reading directory
Create a regular expression
Special characters in Regular Expressions
\ (Backslash)
^
$
*, +,. (Decimal point)
? (Question mark)
(X)
(? : X)
X (? = Y), x (?! Y), x | y
{N}, {n, m }:
[Xyz],
Analysis of regular expression-replacement principle (. NET) text and text, regular expression. net
I. Opening
Recently, we often use replicas to sort out the replacement. Here we will share the replacement principles in regular expressions. First, we need to declare the replacement principles mentioned here.. NET. First, let's take a look at the replacement defi
Tutorial on the basic usage of Regular Expressions in Ruby programs, ruby Regular Expressions
Most of Ruby's built-in types are similar to other programming languages. Mainly include strings, integers, floats, and arrays. However, only script languages such as Ruby, Perl, and awk provide support for built-in expression types. Although the regular expression is re
Detailed description of matching and replacement operations on strings by regular expressions in Ruby, and ruby Regular Expressions
Regular Expression matching
Speaking of Ruby, of course, we need to mention its regular expression mechanism. As a powerful matching language, regular
As a concept, regular expressions are not unique to Python. However, regular expressions in Python have some minor differences in actual use.
This article is part of a series of articles about Python regular expressions. In the first article in this series, we'll focus on using regular expressions in Python and highli
Detailed explanation of matching a single character in the regular expression tutorial, detailed explanation of the Regular Expression
This document describes how to match a single character in the regular expression tutorial. We will share this with you for your reference. The details are as follows:
Note: In all examples, r
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.