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 -

python - Error: Unresolved reference 'selenium' What is the reason? -

asp.net ajax - Jquery scroll to element just goes to top of page -