ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 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.