Skip to content

Commit

Permalink
Update ExtractionPattern.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoSax committed Jul 6, 2022
1 parent efb224c commit eab0ccc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/Ghostwriter/ExtractionPattern.swift
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ public class ExtractionPattern: Codable
{
return nil
}


print(match.numberOfRanges)
let matchRange = match.range(at: 0)

// Extract the substring matching the capture group
Expand Down

0 comments on commit eab0ccc

Please sign in to comment.