Template:Str right/doc   

From Appropedia
Jump to: navigation, search
This is a documentation subpage for Template:Str right (see that page for the template itself).
It contains usage information, categories and other content that is not part of the original template page.

Contents

[edit] Usage

{{Str right|<string>|<offset>}}

Gives the characters from <offset> to the end of the string.

A negative <offset> is treated the same as zero, which simply returns the original string.

If <offset> is longer than <string> then this returns an empty string.

If <offset> is invalid, empty or undefined, this template goes berserk, so don't do that.

[edit] Limitations

  • Up to 100 chararacters in the input string. If possible, first check length of input string using {{Str len}}. Using strings longer than 100 characters may result in the error "max index is 100 for str_sub".
  • Limited set of characters.
  • Expensive.

[edit] Examples

[edit] See also

Template:String templates see also


Wikipedia
This page or section includes content from Wikipedia. The original article was at Template:Str right. The list of authors can be seen in the history for that page. As with Appropedia, the text of Wikipedia is available under the CC-BY-SA.

Personal tools