Search found 5 matches

by vamshireddy007
Wed Nov 12, 2003 5:48 am
Forum: General
Topic: Multi Search-n-Replace! Possible through lists???
Replies: 4
Views: 814

Multi Search-n-Replace! Possible through lists???

Hi talleyrand, Thanks for the "Phyton" solution for my problem. I didn't know Python before. Will start learning. I tried running the program in TP and it worked well. Is there any way we can call this program from the data file window where these replacements are supposed to take? I'm rather ...
by vamshireddy007
Tue Nov 11, 2003 2:32 am
Forum: General
Topic: Multi Search-n-Replace! Possible through lists???
Replies: 4
Views: 814

Multi Search-n-Replace! Possible through lists???

------------ Reposting this question in this group ------------ Hello Everyone, Is it possible in textpad to make it look for a list of {REPLACE_FROM, REPLACE_TO} strings and perform multiple search and replace in a specific document For example: (a) If file initially looks as below ...
by vamshireddy007
Fri Sep 19, 2003 6:27 am
Forum: General
Topic: ::: Textpad Regex Question - "RE"al Mind Teaser:::
Replies: 4
Views: 273

::: Textpad Regex Question - "RE"al Mind Teaser:::

Hi Bob,
Thx!!
I'll try and get that book and explore possible solutions.

ALSO, I'LL TRY AND EXPLORE IF [TEXTPAD MACROS] && [CTRL+M] CAN BE USED TO FIND A SOLUTION.

Thx again.

Cheers,
Gurram
by vamshireddy007
Fri Sep 19, 2003 3:59 am
Forum: General
Topic: ::: Textpad Regex Question - "RE"al Mind Teaser:::
Replies: 4
Views: 273

::: Textpad Regex Question - "RE"al Mind Teaser:::

Hi Bob, Looking for a regex that matches a specified sring by taking into consideration of nested characters. In my case, the nested characters are "(". For example if I have the following in a file: -------------- BEGIN ------------- (line 001) (line 002) (line 003-nested (element 003.1) (element ...
by vamshireddy007
Fri Sep 19, 2003 2:27 am
Forum: General
Topic: ::: Textpad Regex Question - "RE"al Mind Teaser:::
Replies: 4
Views: 273

::: Textpad Regex Question - "RE"al Mind Teaser:::

:evil: Hi Folks, :evil: Is there a regex that * Can match multiline string where there exist nested tokens. I guess this question can be better illustrated with an example. Here is an example multiline string that should be matched: ----------- BEGIN ------------- (define MyFunction (parameters_list ...