This should be pretty damn simple, but I'm a newb at this. Let's say I'm dealing with a block of text 300+ characters long.
I want a regex string which will find any and all characters AFTER the first 200 characters, all the way to the end ($).
I want to delete everything past the first 200 characters. I'm dumping this data into a spreadsheet and don't need EVERYTHING.
==== update =====
Sorry guys, let be very specific. I'm not really using a programming language. (I'm in the app Ubot) Imagine you have a 300+ text block on a page in Textpad. You hit F8 and do a REPLACE. I check the box REGULAR EXPRESSION.
What would the Regular Expression I would use to FIND the first 200 characters, then REPLACE the remaining with NOTHING. (i.e. delete)