I seek help, my Google foo isn't turning up effective results.
I have a file with a phrase and assorted Values, I want to change the Number Values that come after a certain
phrase into one common Value, but no Cigar.
So basically
Runtime: 20
Runtime: 33
Runtime: 53
I want to Find and replace all numbers after said phrase into lets say 10, anyone aware of how to go about this?
I'm nothing notable with using "regular expression" and "extended"
I tried doing
Find- Runtime: [0-9] or [0-99]
Replace with Runtime: [Number here]
But no fritos
I continue to run into the "can't find (what ever is in Find dialog box)" no matter what I do in this instance.