All public logs

From Coder Merlin

Combined display of all available logs of Coder Merlin. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 22:54, 8 March 2023 Dinas-emrys talk contribs created page Regular Expressions (Created page with "== Introduction == A regular expression is a specially formatted sequence of characters that enable one to specify patterns to be found in another sequence of characters. {{CodeExplorer |exerciseID=1 |height=100 |language=swift |initialCode= let text = "She took a jar down off one of the shelves as she passed." let regex = /sh/ print(regex.ranges(of: text)) }}")