Added links to wiki for Lowercase, Rot13, SwapCase, Trim, Uncapitalize and Uppercase

This commit is contained in:
Erik C. Thauvin 2023-03-18 22:40:04 -07:00
parent 2297011feb
commit 0ab3e93caa
8 changed files with 27 additions and 20 deletions

View file

@ -81,7 +81,8 @@ public final class RenderUtils {
/**
* Returns the last 4 digits a credit card number. The number must satisfy the Luhn algorithm.
* Non-digits are stripped from the number.
*Th
* Th
*
* @param src the credit card number
* @return the last 4 digits of the credit card number or empty
*/