snigam
2 years agoOccasional Contributor
User of wildcard in aqString.Replace() function
I am trying to delete the file extension from the file name string by using below code snippet. But in replace function use of a wildcard is not working. What am I missing here?
aqString.Replace(KeywordTests.Verify_Attachements.Variables.UploadedFiles.Value('FileName'),'.*','',false)
PS: I am trying to trim the string not dealing with an actual file.