Resolved! Remove leading characters from string ONLY if it is followed by a hyphen
Hello, How would I script removing all characters from a string ONLY if it is followed by a hyphen? I do not want the characters removed if the hyphen is not at the end. Example: hello- (should return null) OR hello (should return hello since there ...