- Posted by
- Thank you. I get it. :lol:Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- Bigll
Sep 21, 2012
- Thank you for the help. Actually recommended by you search string works as expected :-) It's replace string adds spaces Unless I am missing something. I.e. For the text string: Time Date D Zone R Zone Source Address My Address I used: search string - "^(.{11})(.{8})(.{11})(.{11})" replace string - "...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- Bigll
Sep 21, 2012
- Thank you for the reply. The solution works, with one small problem - it replaced spaces " " with an underscore character and a space "_ ". Search line: ^(.{8})(.{11})(.{22})(.{10})(.{10}) Replace line: \1_\2_\3_\4_\5_Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- Bigll
Sep 20, 2012
- Is it possible to replace character in specific place in each line? I.e. in line "2012-09-19 18:00:00 CDT" I have blanks on position 11 and position 20. I need to replace them with _. I cannot use ^b because I need to keep spaces in other part of the line. TIA, BigllPosted in Find/Replace/Regular Expressions
-   Topics
-   Views
- Bigll
Sep 19, 2012