enricoernesto: -------------------------------------------------------------------------------- Hello, how can I search text in a text-file of the form xx:xxx where only the ":" is a definite symbol, and the "x"s represent any not specified symbols? Thanks for answers. enricoernesto --------------------------------------------------------------------------------
You can use regular expression search; a wildcard for any character is a dot . try e.g.: ..:... and check [x] regular expression in the search dialog vbr -- <http://forum.pspad.com/read.php?2,57048,57049> PSPad freeware editor http://www.pspad.com
