in general: is there a way to capitalize (+visversa) with regex?
thanks so far.
but i'm definitly searching for a REGEX solution.
not just for SIGILs find/replace, also for other engines/progs with replace option.
so, in general: is there a way to capitalize (+visversa) with regex?
as i said: ([a-zA-Z])*-
will find whole words ending with a choosen delimiter.
i need the syntax for the replace field.
Last edited by tscamera; 02-23-2011 at 06:47 AM.
|