I need a regex character that will return me any kind of character. Like with (?<=Points)\w+(?=\<\/p\>) \w only gets certain kinds of results, I need to get ANY Character including spaces. Does anyone know what it could be? Thanks