Đây là phiên bản hiện hành của trang này do imported>Tuankiet65-Bot sửa đổi vào lúc 23:51, ngày 5 tháng 4 năm 2013(clean up, replaced: {{documentation → {{Tài liệu using AWB). Địa chỉ URL hiện tại là một liên kết vĩnh viễn đến phiên bản này của trang.
Phiên bản vào lúc 23:51, ngày 5 tháng 4 năm 2013 của imported>Tuankiet65-Bot(clean up, replaced: {{documentation → {{Tài liệu using AWB)
(khác) ← Phiên bản cũ | Phiên bản mới nhất (khác) | Phiên bản mới → (khác)
{{str index|chữ|số}} = Returns the số-th character of chữ.
Base 1: the first character is numbered 1, and so on. Any leading or trailing whitespace is removed from the string before searching.
If the requested position is negative, this function will search the string counting from the last character. In other words,
number = -1 is the same as asking for the last character of the string.
A requested position equal to zero or with a value longer than the string will generate an error.
This function will properly return a space character (' ') if the selected position contains a space.
Các ví dụ
{{str index|0123456789ABCDEF|0}} → String Module Error: String index out of range