Method | Description | |
---|---|---|
EndOfString ( ) : |
Add a zero-width anchor element to match the end of the string
|
|
StartOfString ( ) : |
Add a zero-width anchor element to match the start of the string
|
|
WordBoundary ( ) : |
Add a zero-width anchor element to match the boundary between an alphanumeric/underscore character and either a non-alphanumeric, non-underscore character or the start/end of the string.
|