bool parse_wildcard (ref string val)
        bool parse_wildcard (ref string val)
        Check if the value ends with the wildcard character. If it does, remove the wildcard character from the value and return true. Otherwise, return false.
| val | value to check |