hello
i have 2 questions
first i want remove all character after this } to the end of the line
second i want kill all line with the first character not {
any ideas ??
remove character
Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators
- DataMystic Support
- Site Admin
- Posts: 2228
- Joined: Mon Jun 30, 2003 12:32 pm
- Location: Melbourne, Australia
- Contact:
{123456789abcdef} 1. h5+ Kh6 2. Re6+ Kg7 3. h6+
result with
1) Search for this pattern:
\}[^\r\n]*? (patern perl)
result
{123456789abcdef}h6+
i want {------------------------------}
why its not good ??
for the question 2 i want delete ligne if the "first carater" is not equal
at {
thanks for your answers
result with
1) Search for this pattern:
\}[^\r\n]*? (patern perl)
result
{123456789abcdef}h6+
i want {------------------------------}
why its not good ??
for the question 2 i want delete ligne if the "first carater" is not equal
at {
thanks for your answers
- DataMystic Support
- Site Admin
- Posts: 2228
- Joined: Mon Jun 30, 2003 12:32 pm
- Location: Melbourne, Australia
- Contact: