Tagged Questions

1
vote
3answers
126 views

Ruby: identify four-digit numbers and cut a text

so i'm dealing with a text (in string) containing many year numbers (four-digit), i'm trying to divide the text into segments each of which begins and ends with a year number (doesn't matter if the ...