Module:Util/strings/endsWith/Documentation/Spec: Revision history

Jump to navigation Jump to search

This is the history of the page Module:Util/strings/endsWith/Documentation/Spec

Select two revisions and click the "compare" button to view their diff, that is to say the differences between them.

Legend

Buttons and Symbols

  • (cur) — click to see the differences between this revision and the current version of the page.
  • (prev) — click to see the differences between this revision and the one before it.
  • m — minor edit

5 May 2024

  • curprev 21:0821:08, 5 May 2024PhantomCaleb talk contribs 501 bytes −2 No edit summary
  • curprev 20:5520:55, 5 May 2024PhantomCaleb talk contribs 503 bytes +503 Created page with "local p = {} function p.Documentation() return { params = {"str", "pattern"}, returns = "<code>true</code> if <code>str</code> ends with <code>pattern</code>, else <code>false</code>.", cases = { { args = {"Fooloo Limpah", "Limpah"}, expect = true, }, { args = {"Fooloo Limpah", "limpah"}, expect = false, }, { args = {"Fooloo Limpah", ""}, expect = true, }, { args = {"Wood (Character)", ")", true}, expect = true..."