TAILIEUCHUNG - Professional Information Technology-Programming Book part 109

Tham khảo tài liệu 'professional information technology-programming book part 109', công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | Note The term backreference refers to the fact that these entities refer back to a previous expression. What exactly does 1 mean It matches the first subexpression used in the pattern. 2 would match the second subexpression 3 the third and so on. w 1 thus matches any word and then the same word again as was seen in the preceding example. Tip You can think of backreferences as similar to variables. Now that you ve seen how backreferences are used let s revisit the HTML header example. Using backreferences it is possible to create a pattern that matches any header start tag and the matching end tag ignoring any mismatched pairs . Here s the example BODY H1 Welcome to my Homepage H1 Content is divided into two sections BR H2 ColdFusion H2 Information about Macromedia ColdFusion. H2 Wireless H2 Information about Bluetooth and more. H2 This is not valid HTML H3 BODY Note Unfortunately backreference syntax differs greatly from one regex implementation to another. JavaScript used to denote a backreference except in replace operations where is used as does Macromedia ColdFusion and vi. Perl uses so 1 instead of 1 . The .NET regular expression support returns an object containing a property named Groups that contains the matches so 1 refers to the first match in C and l refers to that same match in Visual Basic .NET. PHP returns this information in an array named matches so matches 1 refers to the first match although this behavior can be changed based on the flags used . Java and Python return a match object containing an array named group. Implementation specifics are listed in Appendix A Regular Expressions in Popular Applications and Languages. hH 1-6 . hH 1 BODY H1 Welcome to my Homepage H1 Content is divided into two sections BR H2 ColdFusion H2 Information about Macromedia ColdFusion. H2 Wireless H2 Information about Bluetooth and more. H2 This is not valid HTML H3 BODY Again three matches were found one H1 pair and two H2 .

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.