ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I could get rid of the first character with the following regulary expression (made for Python's re engine): '[^[:ascii:]].;'
.
The second character could be removed by discarding all \a
characters.