IsInPageList for a string with spaces and -
I need to check whether value example : "ABC - Test - Pega" is in Pagelist
Property Name - Prop
PageList - Temp.pxResults
Value - ABC - Test - Pega
@IsInPageList(.Prop, Prop ,Temp.pxResults)
Will IsInPageList will check a match with - and spaces. Is there any other function ?
***Edited by Moderator: Pallavi to change content type from Discussion to Question***