Correspondence

Report a typo

Match the functions and their purposes:

Match the items from left and right columns
split()
replace()
find()
findAll()
replace some parts of the original string with new ones
split the string into parts according to a regexp
find the first match of a regexp in the input
find all matches of a regexp in the input
___

Create a free account to access the full topic