I am trying to replace a string with a trailing space with an special character #. I am using pub:String:replace service to do it
inString : AR (spaces before and after)
searchString : / (space)
replaceString : #
useRegex : True.
This above things replace all the spaces before and after AR with #. What should be the input of replaceString if I have to just replace the trailing part with #. Expected ouput is AR######