Hi,
lets say if i have a string "mississipp i". is there any method available in c++ that let me say replace all the "s" into maybe "a"? and the result of the query would be "miaaiaaipp i".
Hope u all understand my above query and would gladly appreciate if anyone could help!
lets say if i have a string "mississipp i". is there any method available in c++ that let me say replace all the "s" into maybe "a"? and the result of the query would be "miaaiaaipp i".
Hope u all understand my above query and would gladly appreciate if anyone could help!
Comment