Function apply_ops

Source
pub fn apply_ops(
    input: &str,
    ops: &[StringOp],
    debug: bool,
) -> Result<String, String>