Search
The caret, ^, matches the word at the start of a line or string.
^
This code defines a regular expression pattern regexCaret which matches strings that start with the word world.
regexCaret
world