Values.SubstituteStringEntrySourceThis object defines one log field key that will be replaced using the substituteString processor.
type nonrec t = {source : Source.t;The key to modify
*)from : FromKey.t;The regular expression string to be replaced. Special regex characters such as [ and ] must be escaped using \\ when using double quotes and with \ when using single quotes. For more information, see Class Pattern on the Oracle web site.
*)to_ : ToKey.t;The string to be substituted for each match of from
*)}