Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

零宽断言之正预测先行断言(?=exp)用法 #5

Open
BiYuqi opened this issue Jan 22, 2019 · 0 comments
Open

零宽断言之正预测先行断言(?=exp)用法 #5

BiYuqi opened this issue Jan 22, 2019 · 0 comments

Comments

@BiYuqi
Copy link
Owner

BiYuqi commented Jan 22, 2019

零宽断言之正预测先行断言(?=exp)用法

聊聊正则的正预测先行断言, 断言自身出现的位置的后面能匹配表达式exp

示例

找出如下字符串中的规定数字后面必须有px

const str = '1pt 2px 3em 4px'

正则

/\d(?=px)/g

在线调试

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant