Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 377 Bytes

regexes.md

File metadata and controls

25 lines (16 loc) · 377 Bytes

Regexes

{id: regexes}

Alternate delimiter matching slashes

{id: alternate-delimiter} {i: %r}

Substitute

{id: substitute} {i: sub} {i: gsub}

  • gsub is the global substituted or /g in other languages.

gsub

{id: gsub}