beatnik86@lemmy.worldtoGames@sh.itjust.works•Monster Hunter Wilds director aims to push hardware 'to the max' to bring the world to life: 'Any Monster Hunter game where I'm director is always going to be focusing on the ecosystem'English
151·
5 months agoYou are aware monhun generally isn’t known for story to begin with, right?
That’s manipulation of the string held in var. Dollar sign and curly braces wrap the variable, the single percent sign say remove the shortest matching substring from the end of the variable contents, and the ‘d*’ is the substring to match, a lowercase d followed by any characters in this instance. var will still hold the entire original string, only the echo output is modified here. You can find more documentation here, https://tldp.org/LDP/abs/html/string-manipulation.html.