Example 6
Return to Introduction  Previous page  Next page
Description: Find any VER_VOPP_FILEBUILD define that occurs at the start of a line and has any value between quotes. Change each match so that the define has a value of "0".

Search expression:
^DEFINE VER_VOPP_FILEBUILD := ".*"

Replace expression:
DEFINE VER_VOPP_FILEBUILD := "0"


© Piko Computing Consultants, 1998-2002