Search found 5 matches
- Fri Apr 11, 2008 3:16 pm
- Forum: General
- Topic: Replace double quotes within double quotes
- Replies: 4
- Views: 729
By newline, do you mean \n? Each record is on one line; I don't understand why I would have to change newlines to something else? I was hoping I could do something like ...,"any or no character"anycharacter"any or no character",... between the delimiters (commas) find the inner quotes, with any or ...
- Wed Apr 09, 2008 11:14 pm
- Forum: General
- Topic: Replace double quotes within double quotes
- Replies: 4
- Views: 729
Replace double quotes within double quotes
Hi, tried searching and couldn't find an answer, this is the closest thread I could find: http://forums.textpad.com/viewtopic.php?t=7698 I am trying to find and replace double quotes that are within another set of double quotes between commas with single quotes, i.e.: ,12344,"text",absd,5830,"This ...
- Wed Aug 01, 2007 3:00 pm
- Forum: General
- Topic: Find values not matching a pattern
- Replies: 5
- Views: 1002
- Mon Jul 30, 2007 4:33 pm
- Forum: General
- Topic: Find values not matching a pattern
- Replies: 5
- Views: 1002
- Wed Jul 25, 2007 5:20 pm
- Forum: General
- Topic: Find values not matching a pattern
- Replies: 5
- Views: 1002
Find values not matching a pattern
Hello, I am trying to find values that do not match a particular pattern. My data is in the format: 123P45678 107N94861 132P59304 where: the first character should always be a 1, the second character should always be a 0, 1, 2, or 3, the third character should be any number 0-9, the fourth character ...