Replika: -------------------------------------------------------------------------------- I have a text like this: abb c
but if i search for _a(.*)c_, it does not found -------------------------------------------------------------------------------- "." does not include line breaks try: a((.|\n)*)c If you're ever unsure of reg ex syntax, try http://www.regular-expressions.info/reference.html -- <http://forum.pspad.com/read.php?2,34061,41310> PSPad freeware editor http://www.pspad.com
