PeteP Posted April 5, 2008 Posted April 5, 2008 So what's the best way to take a certain character to variable from string 'abc'.. For example I would like to take c from string 'abc" to variable $third? Thanks -Pete
rasim Posted April 5, 2008 Posted April 5, 2008 See StringRight() StringLeft() StringSplit() StringRegExp() functions.
PeteP Posted April 5, 2008 Author Posted April 5, 2008 See StringRight() StringLeft() StringSplit() StringRegExp() functions. Thanks a lot - that was just what I was looking for.. -Pete
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now