You need to sign in to do that
Don't have an account?

How to get the part of sting from the group of string
Hi
how to get the sting "ap1" from the "https://ap1.salesforce.com"
using the standard functions like And Find etc..
This is to create a custom field to get the value "ap1".
Hi,
You can use split method in String class.
refer following link
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_methods_system_string.htm
If a reply to a post answers your question or resolves your problem, please mark it as the solution to the post so that others may benefit.