javascript - Regex - Match whole string -


what regular expression (in javascript if matters) match if text exact match? is, there should no characters @ other end of string.

for example, if i'm trying match abc, 1abc1, 1abc, , abc1 not match.

use start , end delimiters: ^abc$


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -