diff --git a/Akash Articles/RegEx/boundary_matchers.html b/Akash Articles/RegEx/boundary_matchers.html index 7082251..d42f081 100644 --- a/Akash Articles/RegEx/boundary_matchers.html +++ b/Akash Articles/RegEx/boundary_matchers.html @@ -68,7 +68,7 @@ For example,
It will show a match, only if the pattern is occuring at the start of the line.
@@ -77,7 +77,7 @@Anchor $
: Similarly, $
is used to match patterns at the very end of a line.
It will show a match, only if the pattern is occuring at the end of a line.
@@ -142,7 +142,7 @@Predict the output of the following regex:
^[\w$#%@!&^*]{6,18}$
^[\wYou can't use 'macro parameter character #' in math mode
This is matching passwords of length between 6 to 18:
Abfah45$