I have a grid application that I start in search mode.
I want to manipulate the search term using a regex before it enters the sql so I can remove any dashes.
My question is, how would I do this with script case?
For example, all phone numbers are stored in my database without the dash so if they search for 415-222-333, the query will return no results because it is stored in the database as 4152223333.