diff --git a/README.md b/README.md index 58b7d12..fdc2a0f 100644 --- a/README.md +++ b/README.md @@ -623,7 +623,9 @@ Apply Functions mpc_val_t *mpcf_unescape_regex(mpc_val_t *x);Converts a regex x to an unescaped version mpc_val_t *mpcf_unescape_string_raw(mpc_val_t *x);Converts a raw string x to an unescaped version mpc_val_t *mpcf_unescape_char_raw(mpc_val_t *x);Converts a raw character x to an unescaped version - + mpc_val_t *mpcf_strtriml(mpc_val_t *x);Trims whitespace from the left of string x + mpc_val_t *mpcf_strtrimr(mpc_val_t *x);Trims whitespace from the right of string x + mpc_val_t *mpcf_strtrim(mpc_val_t *x);Trims whitespace from either side of string x