Revision history of "Code Snippet: Matching Regular Expressions"

From Coder Merlin

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 18:27, 25 January 2020Yarsenius talk contribs 420 bytes +420 Created page with "= Get the first regex match in a string = == Swift == <syntaxhighlight lang="swift"> import Foundation let pearCountRegex = "(?<=There are )[0-9]+(?= pears)" let pearString..."