enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Format (Common Lisp) - Wikipedia

    en.wikipedia.org/wiki/Format_(Common_Lisp)

    Format is a function in Common Lisp that can produce formatted text using a format string similar to the print format string.It provides more functionality than print, allowing the user to output numbers in various formats (including, for instance: hex, binary, octal, roman numerals, and English), apply certain format specifiers only under certain conditions, iterate over data structures ...

  3. Substitute character - Wikipedia

    en.wikipedia.org/wiki/Substitute_character

    Some modern text file formats (e.g. CSV-1203 [10]) still recommend a trailing EOF character to be appended as the last character in the file. However, typing Control+Z does not embed an EOF character into a file in either DOS or Windows, nor do the APIs of those systems use the character to denote the actual end of a file.

  4. 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.

  5. Module:Text/doc - Wikipedia

    en.wikipedia.org/wiki/Module:Text/doc

    The elements are separated by a comma and space ; the word "and" appears between the first and last. Unnamed parameters become the list items. Optional parameters for #invoke: format – Every list element will first be formatted with this format string; see here for how to construct this string.

  6. Module:String/doc - Wikipedia

    en.wikipedia.org/wiki/Module:String/doc

    The last index of the string to return, defaults to the last character. The first character of the string is assigned an index of 1. If either i or j is a negative value, it is interpreted the same as selecting a character by counting from the end of the string. Hence, a value of -1 is the same as selecting the last character of the string.

  7. Module:String - Wikipedia

    en.wikipedia.org/wiki/Module:String

    The last index of the string to return, defaults to the last character. The first character of the string is assigned an index of 1. If either i or j is a negative value, it is interpreted the same as selecting a character by counting from the end of the string. Hence, a value of -1 is the same as selecting the last character of the string.

  8. Template:Str crop - Wikipedia

    en.wikipedia.org/wiki/Template:Str_crop

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

  9. Help:Manipulating strings - Wikipedia

    en.wikipedia.org/wiki/Help:Manipulating_strings

    On Wikipedia you can use a limited version of regex called a Lua pattern to select and modify bits of text from a string. The pattern is a piece of code describing what you are looking for in the string. The symbols you an use in a pattern are: . means any individual character. ... would mean any three characters, etc. *, +, ?, and -are the ...