자바스크립트 정규 표현식!
haracter(s) Pattern Ex. String Ex. (Pattern matches in red) Example Description & Jsfiddle Type Meta Characters ^ /^Cat/ Cat go fast string must start with Catjsfiddle anchor $ /slow$/ Dogs are slow string must end with slowjsfiddle anchor * /bo*/ boom and boat and bug matches when the precedingo occurs 0 or more timesjsfiddle quantifier + /bo+/ boom and boat and bug matches when the precedingo ..
웹개발/Javascript
2013. 12. 19. 17:21