TAILIEUCHUNG - Professional Information Technology-Programming Book part 100

Tham khảo tài liệu 'professional information technology-programming book part 100', 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ả | Matching Whitespace and Nonwhitespace The final class you should look at is the whitespace class. Earlier in this lesson you learned the metacharacters for specific whitespace characters. Table lists the class shortcuts for all whitespace characters. Table . Whitespace Metacharacters Metacharacter Description s Any whitespace character same as f n r t v S Any nonwhitespace character same as A f n r t v Note b the backspace metacharacter is not included in s or excluded by S. Specifying Hexadecimal or Octal Values Although you ll not find yourself needing to refer to specific characters by their octal or hexadecimal value it is worth noting that this is doable. Using Hexadecimal Values Hexadecimal base 16 values may be specified by preceding them with x. Therefore x0A ASCII character 10 the linefeed character is functionally equivalent to n. Using Octal Values Octal base 8 values may be specified as two- or three-digit numbers proceeded by 0. Therefore 011 ASCII character 9 the tab character is functionally equivalent to t. Note Many regular expression implementations also allow the specification of control characters using c. For example cZ would match Ctrl-Z. In practice you ll find very little use for this syntax. Using POSIX Character Classes A lesson on metacharacters and shortcuts for various character sets would not be complete without a mention of the POSIX character classes. These are yet another form of shortcut that is supported by many but not all regular expression implementations. Note JavaScript does not support the use of POSIX character classes in regular expressions. Table . POSIX Character Classes Class alnum alpha blank cntrl digit graph lower print punct space upper Description Any letter or digit same as a- zA- Z 0-9 Any letter same as a- zA- Z Space or tab same as t ASCII control characters ASCII 0 through 31 and 12 7 Any digit same as 0-9 Same as print but excludes space Any lowercase letter same as a-z Any printable character Any .

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.