Koha Test Wiki MW Canasta on Koha Portainer

Test major Koha Wiki changes or bug fixes here without fear of breaking the production wiki.

For the current Koha Wiki, visit https://wiki.koha-community.org .

Template:Str letter/trim

From Koha Test Wiki MW Canasta on Koha Portainer
Jump to navigation Jump to search
Template documentation[view] [edit] [history] [purge]

{{Str letter/trim}} returns a string trimmed to its "beginning letters".

Examples

  • {{str letter/trim}}
  • {{str letter/trim |12345}}
  • {{str letter/trim |abcdef?}} → abcdef
  • {{str letter/trim |abc def}} → abc
  • {{str letter/trim |ABcD123}} → ABcD
  • {{str letter/trim |abc, def}} → abc
  • {{str letter/trim |abc(def)}} → abc
  • {{str letter/trim |ÁbČĐÈęFğ}} → ÁbČĐÈęFğ
  • {{str letter/trim |abcdefghijklmnopqrst}} → abcdefghijklmnopqrst
  • {{str letter/trim |abcdefghijklmnopqrstuvwxyz}} → abcdefghijklmnopqrstuvwxyz
  • {{str letter/trim | abcdefghijklmnopqrstuvwxyz}} → abcdefghijklmnopqrstuvwxyz
  • {{str letter/trim |NR<ref>A reference for test purposes.</ref>}} → NR

See also

  1. A reference for test purposes.