Chapter 10 Install and System Administration for FortiOS 5.0 : Using the CLI : Tips : Using Perl regular expressions : Word boundary
  
Word boundary
In Perl regular expressions, the pattern does not have an implicit word boundary. For example, the regular expression “test” not only matches the word “test” but also matches any word that contains the word “test” such as “atest”, “mytest”, “testimony”, “atestb”. The notation “\b” specifies the word boundary. To match exactly the word “test”, the expression should be \btest\b.
See Also
Help
Shortcuts and key commands
Command abbreviation
Environment variables
Special characters
Using grep to filter get and show command output
Language support and regular expressions
Screen paging
Baud rate
Using Perl regular expressions
Differences between regular expression and wildcard pattern matching
Case sensitivity
Connecting to the CLI
Command syntax
Sub-commands
Tips