[bB][aiou]lls
|
Regular Expression (Delimit with quotes) |
|
|
String (Delimit with quotes) |
|
When searching through text, you may wish only to match substrings that
are at the beginning or end of a line.
The metacharacter ^ matches the beginning of a line.
The metacharacter $ matches the end of a line.
Play with the applet to match the beginning and ending word on the line.
Will the expression ^bells$
match part of a string that contains "bells".