find a charcter in string

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,
i need to find how many times the charcter "\n" is in a string.
which string function can give me this information.

Thanks an advance
 
Hi Gabi,
i need to find how many times the charcter "\n" is in a string.
which string function can give me this information.

strchr?
 
Back
Top