apply


Description:

public string apply (ArrayList<Patch> patches, string text) throws Error

Apply patches to text.

Parameters:

patches

List of patches to apply

text

Text to apply patches to

Returns:

Modified text after applying patches

Exceptions:

Error

if patch application fails