...
In the following example, a method performing matching to regular expressions, matchPattern
split
, is implemented. However, the assumption is that the pattern matches to word boundaries and will thus split a given string into individual words.
...