Skip to content

v3.0.8

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jan 21:27
· 47 commits to master since this release

strscan 3.0.8 - 2024-01-13

Improvements

  • StringScanner#captures: Changed to return nil not "" for
    unmached capture. Because StringScanner#[] and MatchData#[]
    does so.
    • GH-72
    • Patched by NAITOH Jun

Thanks

  • NAITOH Jun