ciao

c'č una funzione per ottenere la stringa che č contenuta da 2 stringhe?

per esempio, io ho il la stringa:

codice:
...
...
options {


	directory "/var/named";
	/*
	 * If there is a firewall between you and nameservers you want
	 * to talk to, you might need to uncomment the query-source
	 * directive below.  Previous versions of BIND always asked
	 * questions using port 53, but BIND 8.1 uses an unprivileged
	 * port by default.
	 */
	// query-source address * port 53;
};

...
...
io vorrei ottenere tutto quello contenuto tra "options {" e "};"

č possibile?

grazie