You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Notice the /\U\1/ part which converts the string (in this case the word “English”) to uppercase letters. There's also a /\L\1/ counterpart to convert the string to lowercase. (I'm not sure what the number 1 does in there!)
Edit: If I'm not mistaken, the number sets the amount of times the preceding string is inserted (once in the example)
Tolmark12, axelson, Fresheyeball, Demetri0, brunowego and 13 more