TAILIEUCHUNG - HandBooks Professional Java-C-Scrip-SQL part 219

Tham khảo tài liệu 'handbooks professional java-c-scrip-sql part 219', 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ả | PHP This reference covers PHP s Perl-style regular expression support contained within the preg routines. PHP also provides POSIX-style regular expressions but these do not offer additional benefit in power or speed. The preg routines use a Traditional NFA match engine. For an explanation of the rules behind an NFA engine see Section . Supported Metacharacters PHP supports the metacharacters and metasequences listed in Table 1-31 through Table 1-35. For expanded definitions of each metacharacter see Section . Table 1-31. Character representations Sequence Meaning a Alert bell x07. b Backspace x08 supported only in character class. e ESC character x1B. n Newline x0A. r Carriage return x0D. f Form feed x0C. t Horizontal tab x0 9 octal Character specified by a three-digit octal code. xhex Character specified by a one- or two-digit hexadecimal code. x hex Character specified by any hexadecimal code. cchar Named control character. Table 1-32. Character classes and class-like constructs Class Meaning . A single character listed or contained within a listed range. r. A single character not listed and not contained within a listed range. class POSIX-style character class valid only within a regex character class. Any character except newline unless single-line mode s . C One byte however this may corrupt a Unicode character stream. w Word character a - zA- z0-9_ . W Non-word character Aa- zA- z0-9_ . d Digit character 0-9 . D Non-digit character A0-9 . s Whitespace character n r f t . S Non-whitespace character K n r f t . Table 1-33. Anchors and zero-width tests Sequence Meaning a Start of string or after any newline if in multiline match mode m. A Start of search string in all match modes. End of search string or before a string-ending newline or before any newline if in multiline match mode m. Z End of string or before a string-ending newline in any match mode. z End of string in any match mode. G Beginning of current search. b Word boundary .

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.