public Extract ( string fullFilename, string pattern ) : string | ||
fullFilename | string | The full filename (with path) to load and to extract the snippet from. |
pattern | string | The extraction pattern, never used for this implementation. |
return | string |