Hi.
I would like to search in a directory all the files that have the word "typedef XXX newtype" where XXX could be any word. e.g. if the files contain "typedef int newtype" or "typedef bool newtype" or "typedef long newtype" etc. I should get these files returned. could anyone help? I read the regular expression help from total commander, but have no idea... thanks!!
How to search?
Moderators: Hacker, petermad, Stefan2, white
Wildcard
2JohnTomas
Hi
• Try:
typedef * newtype
Kind regards,
Claude
Clo

• Try:
typedef * newtype

Claude
Clo
#31505 Traducteur Français de T•C French translator Aide en Français Tutoriels Français English Tutorials
- SanskritFritz
- Power Member
- Posts: 3693
- Joined: 2003-07-24, 09:25 UTC
- Location: Budapest, Hungary
typedef .* newtype
Dont forget the spaces if they are necessary and to turn on RegEx on the TEXT search window just below hexadecimal...
Dont forget the spaces if they are necessary and to turn on RegEx on the TEXT search window just below hexadecimal...
Ouistiti, #11943
L'important n'est pas de convaincre, mais de donner à réfléchir.
The important thing is not to convince, but to incite to think.
1,77245385090552... •
L'important n'est pas de convaincre, mais de donner à réfléchir.
The important thing is not to convince, but to incite to think.
1,77245385090552... •
- SanskritFritz
- Power Member
- Posts: 3693
- Joined: 2003-07-24, 09:25 UTC
- Location: Budapest, Hungary