What's a quick way to replace em dashes with en dashes in a text string?
data have;
informat text_string $30.;
format text_string $30.;
input text_string $;
cards;
This—is_my_string_em_dash
This-has_a_normal_dash
This-is_another_em—dash
Another_normal_-_dash
;
run;
in the code you posted emdash is '97'x
TRANSLATE function.
Ok...it shows as EM Dash in text but I guess its actually something else, because that works in example above, but not real data.
Hex4 of 9620
in the code you posted emdash is '97'x
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.