Search found 10 matches
- Thu May 12, 2005 10:52 am
- Forum: General
- Topic: Search several Strings in Delphi Source with Regular Express
- Replies: 2
- Views: 279
- Thu May 12, 2005 10:13 am
- Forum: General
- Topic: Search several Strings in Delphi Source with Regular Express
- Replies: 2
- Views: 279
Search several Strings in Delphi Source with Regular Express
Hi there,
I´ve got a Delphi source with about 10.000 Lines. I need to detect all Items with the expression cLoadStr(*****) where * can be any number and cut oder copy them into another TXT-File.
Can anybody tell me which “Regular Expression� I should use?
Thx for any help - Beam
I´ve got a Delphi source with about 10.000 Lines. I need to detect all Items with the expression cLoadStr(*****) where * can be any number and cut oder copy them into another TXT-File.
Can anybody tell me which “Regular Expression� I should use?
Thx for any help - Beam
- Fri Feb 04, 2005 1:33 pm
- Forum: General
- Topic: Change first letter of a word to uppercase?
- Replies: 5
- Views: 531
- Fri Feb 04, 2005 10:53 am
- Forum: General
- Topic: Change first letter of a word to uppercase?
- Replies: 5
- Views: 531
- Fri Feb 04, 2005 9:56 am
- Forum: General
- Topic: Change first letter of a word to uppercase?
- Replies: 5
- Views: 531
- Fri Feb 04, 2005 9:22 am
- Forum: General
- Topic: Change first letter of a word to uppercase?
- Replies: 5
- Views: 531
Change first letter of a word to uppercase?
Hi there,
newbee question – sorry !
How can i search all words in a plaintext which begin with an letter in lowercase an change this first letter to uppercase. For example find in the text “house� and change it to “House�?
Thx for any help
newbee question – sorry !
How can i search all words in a plaintext which begin with an letter in lowercase an change this first letter to uppercase. For example find in the text “house� and change it to “House�?
Thx for any help
- Mon Sep 08, 2003 2:35 pm
- Forum: General
- Topic: Search and Replace with Regular Expressions
- Replies: 8
- Views: 1231
- Mon Sep 08, 2003 2:09 pm
- Forum: General
- Topic: Search and Replace with Regular Expressions
- Replies: 8
- Views: 1231
- Mon Sep 08, 2003 12:31 pm
- Forum: General
- Topic: Search and Replace with Regular Expressions
- Replies: 8
- Views: 1231
- Mon Sep 08, 2003 9:09 am
- Forum: General
- Topic: Search and Replace with Regular Expressions
- Replies: 8
- Views: 1231
Search and Replace with Regular Expressions
I want to search a Textfile for all words for example
TextPad
and want to break it like
Text
Pad
I think i can do this with search an replace with Regular Expressions, but how cai i do this exactly ??
TextPad
and want to break it like
Text
Pad
I think i can do this with search an replace with Regular Expressions, but how cai i do this exactly ??