JS String Methods - Part 5
search() and includes() for RegExp-related fun and joy, respectively. One of them doesn't accept RegExp as a parameter.
Read moreLonger content will probably be posted on Polywork or Hashnode as well.
Short posts in "Today I've learned" style available in my Learning Diary.
search() and includes() for RegExp-related fun and joy, respectively. One of them doesn't accept RegExp as a parameter.
Read morecharAt(), charCodeAt(), fromCharCode() and at(). Spoiler alert: JavaScript has a Unicode problem.
Read moresplit(). Ok, so join() isn't a String method but they look so good together!
Read more