4
It would be nice to be able to use the following static methods on Code variables as on Text:
- Contains
- StartsWith
- EndsWith
- Split
- IndexOf
- LastIndexOf
- Remove
- Replace
- SubString
Instead of having to move data back and forth between different variables to use these methods.
STATUS DETAILS
New