Function plansys2::remove_comments
Defined in File Utils.hpp
Function Documentation
-
std::string plansys2::remove_comments(const std::string &pddl)
Remove the comments from a PDDL string.
- Parameters:
pddl – [in] A PDDL string.
- Returns:
std::string The PDDL string without comments.