Hello, I have a small dataset below,
clear
input str80 No str90 Project
"F-BGBU03" "BG2020 - Fannin to US 59"
"F-BGBU04" "BG2020 - Memorial Park Connection"
"F-BGBU04" "BG2020 - Memorial Park Connection"
end
I want to remove the invisible space before and after "-" symbol in Stata.
Thank you for your help!
clear
input str80 No str90 Project
"F-BGBU03" "BG2020 - Fannin to US 59"
"F-BGBU04" "BG2020 - Memorial Park Connection"
"F-BGBU04" "BG2020 - Memorial Park Connection"
end
I want to remove the invisible space before and after "-" symbol in Stata.
Thank you for your help!
Comment