String object new methods
string.match (
matchString
)
string.replace (
targetString
,
replacementString
)
string.split (
stringToSplitAt
)