Hacker News new | ask | show | jobs
by yeukhon 4614 days ago
The problem with regex101 is the explaination is not so easy to read. It contains some extra helpful information like a list of "whitespace characters". Try this: \s+HelloWorld\s+

The OP's tool seems better at explaining, though the "one or more times" could be said in repeat much earlier.