Filter collection containing apostrophe in its values

Vale_Man

New Member
Hello Community, i'm facing an issue filtering a huge (about 4k rows) collection of strings: sometimes the field value is a string with apostrophe (example: "del'aqu"), and i need to filter the collection (like strategy) according that value, which is previously stored in a string data item; i replace the apostrophe in the data item string with a " " but the result of filtering is an empty collection; the like filter strategy works only if i replace all the apostrophed values existing in the collection, with a loop. Is there a quicker way to achieve success in filtering without looping and replacing all the values in the entire collection? Many Many Thanks for help.
 
Top