enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Template:Remove last word - Wikipedia

    en.wikipedia.org/wiki/Template:Remove_last_word

    This template removes the last word of the first parameter, i.e. the last non-space token after the last space. Use |1= for the first parameter if the string may contain an equals sign (=). By default, words are delimited by spaces, but the optional parameter |sep= can set the separator to any character.

  3. Template:Str left - Wikipedia

    en.wikipedia.org/wiki/Template:Str_left

    A template to give the <count> substring of characters from the start of the trimmed string Template parameters [Edit template data] Parameter Description Type Status String 1 The string to be trimmed and counted String required Count 2 Gives the <count> substring of characters from the start of the trimmed string Number required See also Bugzilla:22555 (historical; need for correcting padleft ...

  4. Template:Str crop - Wikipedia

    en.wikipedia.org/wiki/Template:Str_crop

    2 See also. Toggle the table of contents ... Use to remove the right-most {{{2}}} characters of a string {{{1}}}. Example. Code ... This page was last edited on 13 ...

  5. Template:Str index - Wikipedia

    en.wikipedia.org/wiki/Template:Str_index

    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.

  6. Template:Str number/trim/doc - Wikipedia

    en.wikipedia.org/wiki/Template:Str_number/trim/doc

    Main page; Contents; Current events; Random article; About Wikipedia; Contact us; Help; Learn to edit; Community portal; Recent changes; Upload file

  7. Template:Str ≠ len - Wikipedia

    en.wikipedia.org/wiki/Template:Str_%E2%89%A0_len

    Here is how to check if the string "abcde" is exactly 5 characters: {{str ≠ len | abcde | 5 | Not equal. | Equal. }} Which returns this: Equal. Templates have a problem to handle parameter data that contains equal signs "=". But that is easily solved by using numbered parameters. Here we check if the string "ab=cde" is exactly 100 characters:

  8. Template:Str letter/trim - Wikipedia

    en.wikipedia.org/wiki/Template:Str_letter/trim

    Main page; Contents; Current events; Random article; About Wikipedia; Contact us; Help; Learn to edit; Community portal; Recent changes; Upload file

  9. Template:Str right - Wikipedia

    en.wikipedia.org/wiki/Template:Str_right

    Gives the characters from <offset> to the end of the string. Template parameters [Edit template data] Parameter Description Type Status String 1 The string to be trimmed String required Count 2 The index of the character to trim from. Negative values are treated as 0, see {{str rightc}} to trim the right n characters. If its greater than the string length returns the empty string. Number ...