Closed Diaoul closed 8 years ago
What do you try to achieve ? Could you give my an example ? I understand it would be useful to have the Match object as formatter input, but currently it must really return a str object.
The goal was to yield an object instead of str, I agree this is a little out of scope for rebulk. Anyway, I moved on using simple regex I think its more appropriate for basic parsing of subrip cue payload.
Then it would be possible to return some instanciated object based on the
Match.children
, not just some simple conversions onMatch.value
.