On the D&D 5e by Roll20 character sheet, all of the module/pre-created characters & NPCs have their attack range values written in feet, such as " 5 ft. ", but I'd like to have them written as " 5' " . I know I can use ChatSetAttr to update/change any values, even of repeating sections, but that is still a fairly manual process of seeing what the current value is, and then replacing it. I can't figure out a way to use ChatSetAttr to only switch the " ft. " with " ' " but leave the rest of the value intact. Is this something that ChatSetAttr can do, or is there another script that can do this? I'm fine with running it on each character individually, or if there's a global way to run it on all NPCs that would be great. Currently my approach is to open each character sheet, and edit the repeating action sections individually. The two repeating sections I want to adjust are "@{selected|repeating_npcaction_$0_attack_range}" and "@{selected|repeating_npcaction-l_$0_attack_range}". Thanks for any help you're able to provide!