moveit / moveit2

:robot: MoveIt for ROS 2
https://moveit.ai/
BSD 3-Clause "New" or "Revised" License
982 stars 492 forks source link

Replace all single-character strings with chars #2892

Closed EzraBrooks closed 6 days ago

EzraBrooks commented 6 days ago

Description

Was looking for something quick to do between tickets. Closes #871.

Regexes are your friend!

Screenshot 2024-06-28 at 2 58 07 PM

Checklist

EzraBrooks commented 6 days ago

Need a slightly safer regex that uses a negative lookahead to exclude strings that contain \".

EzraBrooks commented 6 days ago

There appear to be some load-bearing single-character strings in MoveIt - I guess I am yet another developer brought low by this ticket.