
gintoddic
New User
Dec 13, 2012, 9:24 AM
Post #1 of 3
(366 views)
|
|
match string from file
|
Can't Post
|
|
I am trying to match a string in a file up to an "=" sign. I opened the file, matched a certain line in the file, but than I want to output the string in the line only up to "=". Example from file. process13=1|2|3 I want to match only the word process13 after finding it contains the number 3.
|