Basic regular expression in JavaScript

后端 未结 6 2032
[愿得一人]
[愿得一人] 2021-01-23 04:55

For some time I\'ve been trying to understand regular expressions in JavaScript, but it is extremely complicated. You could tell me how do I redeem separately each of the values

6条回答
  •  不要未来只要你来
    2021-01-23 05:38

    This won't answer your question, but you can use this awesome tool to generate and test regular expressions. It always come in handy when i need to use a regEx.

提交回复
热议问题