In this line of code I want it to match the string from 'Review Notes \50optional\51' till the end of the text file. How can I do this?
reviewNotes = contents.match(/Review Notes \50optional\51\n==================(.*?)/m)[1].strip
Review Notes \50optional\51.*$
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With