You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//substr(initial,end) is a substring function to get substring here it'll will give substring from 1 to end of string ex- ABC substr(1) will result in BC