I have the below scenario
Search Function (Could be Fwd/Reverse Direction)
Ex: 2-6-281651 (Start-Offset-Value) or 2-6-"281-651"
I was able to create code based on the split delimiter as (-), but if my search string has - in it, how can we handle.
I can change the delimiter, but what if the new delimiter is part of the string, i can make sure that the value is in "",
I am trying to create a generic solution, with out any limitations
Search Function (Could be Fwd/Reverse Direction)
Ex: 2-6-281651 (Start-Offset-Value) or 2-6-"281-651"
I was able to create code based on the split delimiter as (-), but if my search string has - in it, how can we handle.
I can change the delimiter, but what if the new delimiter is part of the string, i can make sure that the value is in "",
I am trying to create a generic solution, with out any limitations
Comment